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

显示文件 Open project: icsharpcode/WpfDesigner

Public Methods

Method Description
OnApplyTemplate ( ) : void
SpecialInitializeComponent ( ) : void

Fixes InitializeComponent with multiple Versions of same Assembly loaded

Protected Methods

Method Description
OnDragCompleted ( ) : void
OnDragStarted ( ) : void

Private Methods

Method 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 method

public OnApplyTemplate ( ) : void
return void

OnDragCompleted() protected method

protected OnDragCompleted ( ) : void
return void

OnDragStarted() protected method

protected OnDragStarted ( ) : void
return void

SpecialInitializeComponent() public method

Fixes InitializeComponent with multiple Versions of same Assembly loaded
public SpecialInitializeComponent ( ) : void
return void