C# Class dnSpy.Hex.Editor.ZoomControlMargin.TheZoomControl

Inheritance: Microsoft.VisualStudio.Text.Editor.ZoomControl
Afficher le fichier Open project: 0xd4d/dnSpy

Private Properties

Свойство Type Description
TryUpdateZoomLevel bool
VisualElement_SizeChanged void
ZoomControlMargin_IsVisibleChanged void

Méthodes publiques

Méthode Description
Dispose ( ) : void
TheZoomControl ( ZoomControlMargin owner ) : System
UpdateTextWithZoomLevel ( ) : void

Méthodes protégées

Méthode Description
OnGotKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnLostKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
OnSelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs e ) : void

Private Methods

Méthode Description
TryUpdateZoomLevel ( ) : bool
VisualElement_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
ZoomControlMargin_IsVisibleChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnGotKeyboardFocus() protected méthode

protected OnGotKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
e System.Windows.Input.KeyboardFocusChangedEventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void

OnLostKeyboardFocus() protected méthode

protected OnLostKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
e System.Windows.Input.KeyboardFocusChangedEventArgs
Résultat void

OnSelectionChanged() protected méthode

protected OnSelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs e ) : void
e System.Windows.Controls.SelectionChangedEventArgs
Résultat void

TheZoomControl() public méthode

public TheZoomControl ( ZoomControlMargin owner ) : System
owner ZoomControlMargin
Résultat System

UpdateTextWithZoomLevel() public méthode

public UpdateTextWithZoomLevel ( ) : void
Résultat void