C# Class dnSpy.Hex.Editor.WpfHexViewHostImpl

Inheritance: WpfHexViewHost
Mostra file Open project: 0xd4d/dnSpy

Private Properties

Property Type Description
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

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Close() public method

public Close ( ) : void
return void

GetHexViewMargin() public method

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

WpfHexViewHostImpl() public method

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
return System