Method | Description | |
---|---|---|
Create ( dnSpy.Contracts.Hex.Editor.WpfHexView wpfHexView, System.Windows.Input.MouseEventArgs e, bool insertionPosition ) : |
||
HexMouseLocation ( dnSpy.Contracts.Hex.Formatting.HexViewLine hexViewLine, int position, Point point ) : System | ||
ToString ( ) : string | ||
TryCreateTextOnly ( dnSpy.Contracts.Hex.Editor.WpfHexView wpfHexView, System.Windows.Input.MouseEventArgs e, bool fullLineHeight ) : |
Method | Description | |
---|---|---|
GetTextPoint ( dnSpy.Contracts.Hex.Editor.WpfHexView wpfHexView, System.Windows.Input.MouseEventArgs e ) : Point |
public static Create ( dnSpy.Contracts.Hex.Editor.WpfHexView wpfHexView, System.Windows.Input.MouseEventArgs e, bool insertionPosition ) : |
||
wpfHexView | dnSpy.Contracts.Hex.Editor.WpfHexView | |
e | System.Windows.Input.MouseEventArgs | |
insertionPosition | bool | |
return |
public HexMouseLocation ( dnSpy.Contracts.Hex.Formatting.HexViewLine hexViewLine, int position, Point point ) : System | ||
hexViewLine | dnSpy.Contracts.Hex.Formatting.HexViewLine | |
position | int | |
point | Point | |
return | System |
public static TryCreateTextOnly ( dnSpy.Contracts.Hex.Editor.WpfHexView wpfHexView, System.Windows.Input.MouseEventArgs e, bool fullLineHeight ) : |
||
wpfHexView | dnSpy.Contracts.Hex.Editor.WpfHexView | |
e | System.Windows.Input.MouseEventArgs | |
fullLineHeight | bool | |
return |