C# 클래스 dnSpy.Hex.Editor.WpfHexViewHostImpl

상속: WpfHexViewHost
파일 보기 프로젝트 열기: 0xd4d/dnSpy

Private Properties

프로퍼티 타입 설명
Add void
ContentControl_MouseWheel void
CreateContainerMargin dnSpy.Contracts.Hex.Editor.WpfHexViewMargin
CreateGrid System.Windows.Controls.Grid
GetScrollWheelLines int
HexView_BackgroundBrushChanged void
Margin_VisualElement_MouseDown void
UpdateBackground void

공개 메소드들

메소드 설명
Close ( ) : void
GetHexViewMargin ( string marginName ) : dnSpy.Contracts.Hex.Editor.WpfHexViewMargin
WpfHexViewHostImpl ( dnSpy.Hex.Editor.WpfHexViewMarginProviderCollectionProvider wpfHexViewMarginProviderCollectionProvider, dnSpy.Contracts.Hex.Editor.WpfHexView wpfHexView, HexEditorOperationsFactoryService editorOperationsFactoryService, bool setFocus ) : System

비공개 메소드들

메소드 설명
Add ( UIElement elem, int row, int column, int columnSpan ) : void
ContentControl_MouseWheel ( object sender, System.Windows.Input.MouseWheelEventArgs e ) : void
CreateContainerMargin ( dnSpy.Hex.Editor.WpfHexViewMarginProviderCollectionProvider wpfHexViewMarginProviderCollectionProvider, string name, bool isHorizontal, int row, int column, int columnSpan ) : dnSpy.Contracts.Hex.Editor.WpfHexViewMargin
CreateGrid ( ) : Grid
GetScrollWheelLines ( ) : int
HexView_BackgroundBrushChanged ( object sender, Microsoft.VisualStudio.Text.Editor e ) : void
Margin_VisualElement_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
UpdateBackground ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetHexViewMargin() 공개 메소드

public GetHexViewMargin ( string marginName ) : dnSpy.Contracts.Hex.Editor.WpfHexViewMargin
marginName string
리턴 dnSpy.Contracts.Hex.Editor.WpfHexViewMargin

WpfHexViewHostImpl() 공개 메소드

public WpfHexViewHostImpl ( dnSpy.Hex.Editor.WpfHexViewMarginProviderCollectionProvider wpfHexViewMarginProviderCollectionProvider, dnSpy.Contracts.Hex.Editor.WpfHexView wpfHexView, HexEditorOperationsFactoryService editorOperationsFactoryService, bool setFocus ) : System
wpfHexViewMarginProviderCollectionProvider dnSpy.Hex.Editor.WpfHexViewMarginProviderCollectionProvider
wpfHexView dnSpy.Contracts.Hex.Editor.WpfHexView
editorOperationsFactoryService dnSpy.Contracts.Hex.Operations.HexEditorOperationsFactoryService
setFocus bool
리턴 System