C# Class dnSpy.Hex.Editor.ColumnLineSeparatorService

Mostra file Open project: 0xd4d/dnSpy

Public Methods

Method Description
ColumnLineSeparatorService ( dnSpy.Contracts.Hex.Editor.WpfHexView wpfHexView, dnSpy.Contracts.Hex.Classification.HexEditorFormatMapService editorFormatMapService ) : System

Private Methods

Method Description
DelayRecreateColumnLines ( ) : void
EditorFormatMap_FormatMappingChanged ( object sender, Microsoft.VisualStudio.Text.Classification e ) : void
GetColumnLineKind ( LineElementKind lineElemKind ) : HexColumnLineKind
GetColumnPositions ( HexBufferLine line ) : int>>.IEnumerable
GetPen ( System.Windows.ResourceDictionary props, HexColumnLineKind lineKind ) : System.Windows.Media.Pen
HookEnabledEvents ( ) : void
InitializePen ( System.Windows.Media.Pen pen, HexColumnLineKind lineKind ) : System.Windows.Media.Pen
Options_OptionChanged ( object sender, Microsoft.VisualStudio.Text.Editor e ) : void
RecreateColumnLines ( ) : void
RemoveAllLines ( ) : void
UnhookEnabledEvents ( ) : void
UpdateEnabled ( ) : void
UpdateLineElementPositions ( HexViewLayoutChangedEventArgs e ) : void
WpfHexView_Closed ( object sender, EventArgs e ) : void
WpfHexView_LayoutChanged ( object sender, HexViewLayoutChangedEventArgs e ) : void

Method Details

ColumnLineSeparatorService() public method

public ColumnLineSeparatorService ( dnSpy.Contracts.Hex.Editor.WpfHexView wpfHexView, dnSpy.Contracts.Hex.Classification.HexEditorFormatMapService editorFormatMapService ) : System
wpfHexView dnSpy.Contracts.Hex.Editor.WpfHexView
editorFormatMapService dnSpy.Contracts.Hex.Classification.HexEditorFormatMapService
return System