C# Class dnSpy.Hex.Editor.ZoomControlMargin

Inheritance: dnSpy.Contracts.Hex.Editor.WpfHexViewMargin
Mostra file Open project: 0xd4d/dnSpy Class Usage Examples

Public Methods

Method Description
GetHexViewMargin ( string marginName ) : dnSpy.Contracts.Hex.Editor.HexViewMargin
ZoomControlMargin ( WpfHexViewHost wpfHexViewHost, HexEditorOperations editorOperations ) : System

Protected Methods

Method Description
DisposeCore ( ) : void

Private Methods

Method Description
HexView_ZoomLevelChanged ( object sender, Microsoft.VisualStudio.Text.Editor e ) : void
Options_OptionChanged ( object sender, Microsoft.VisualStudio.Text.Editor e ) : void
RegisterEvents ( ) : void
UnregisterEvents ( ) : void
UpdateVisibility ( ) : void

Method Details

DisposeCore() protected method

protected DisposeCore ( ) : void
return void

GetHexViewMargin() public method

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

ZoomControlMargin() public method

public ZoomControlMargin ( WpfHexViewHost wpfHexViewHost, HexEditorOperations editorOperations ) : System
wpfHexViewHost WpfHexViewHost
editorOperations dnSpy.Contracts.Hex.Operations.HexEditorOperations
return System