C# Class ICSharpCode.WpfDesign.Designer.PropertyGrid.Editors.NumberEditor

Afficher le fichier Open project: icsharpcode/WpfDesigner

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void
SpecialInitializeComponent ( ) : void

Fixes InitializeComponent with multiple Versions of same Assembly loaded

Méthodes protégées

Méthode Description
OnDragCompleted ( ) : void
OnDragStarted ( ) : void

Private Methods

Méthode Description
NumberEditor ( ) : System
NumberEditor_DataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
TextValueChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnDragCompleted() protected méthode

protected OnDragCompleted ( ) : void
Résultat void

OnDragStarted() protected méthode

protected OnDragStarted ( ) : void
Résultat void

SpecialInitializeComponent() public méthode

Fixes InitializeComponent with multiple Versions of same Assembly loaded
public SpecialInitializeComponent ( ) : void
Résultat void