C# 클래스 dnSpy.Hex.Editor.ZoomControlMargin

상속: dnSpy.Contracts.Hex.Editor.WpfHexViewMargin
파일 보기 프로젝트 열기: 0xd4d/dnSpy 1 사용 예제들

공개 메소드들

메소드 설명
GetHexViewMargin ( string marginName ) : dnSpy.Contracts.Hex.Editor.HexViewMargin
ZoomControlMargin ( WpfHexViewHost wpfHexViewHost, HexEditorOperations editorOperations ) : System

보호된 메소드들

메소드 설명
DisposeCore ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

DisposeCore() 보호된 메소드

protected DisposeCore ( ) : void
리턴 void

GetHexViewMargin() 공개 메소드

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

ZoomControlMargin() 공개 메소드

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