C# Class dnSpy.Hex.Editor.ActiveColumnHighlighterService

Mostra file Open project: 0xd4d/dnSpy

Public Methods

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

Private Methods

Method Description
Caret_PositionChanged ( object sender, dnSpy.Contracts.Hex.Editor.HexCaretPositionChangedEventArgs e ) : void
DelayRecreateRectangles ( ) : void
EditorFormatMap_FormatMappingChanged ( object sender, Microsoft.VisualStudio.Text.Classification e ) : void
GetBackgroundBrush ( System.Windows.ResourceDictionary props ) : System.Windows.Media.Brush
GetBounds ( IList boundsColl ) : Rect?
GetClassificationTypeName ( HexColumnType column ) : string
GetRectanglePositions ( dnSpy.Contracts.Hex.Formatting.HexViewLine line ) : Rect>>.IEnumerable
HookEnabledEvents ( ) : void
Options_OptionChanged ( object sender, Microsoft.VisualStudio.Text.Editor e ) : void
RecreateRectangles ( ) : void
RemoveAllRectangles ( ) : void
UnhookEnabledEvents ( ) : void
UpdateEnabled ( ) : void
UpdateRectanglesPositions ( HexViewLayoutChangedEventArgs e ) : void
WpfHexView_Closed ( object sender, EventArgs e ) : void
WpfHexView_LayoutChanged ( object sender, HexViewLayoutChangedEventArgs e ) : void

Method Details

ActiveColumnHighlighterService() public method

public ActiveColumnHighlighterService ( 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