C# Class ICSharpCode.WpfDesign.Designer.PropertyGrid.Editors.ColorEditor.ColorTypeEditor

显示文件 Open project: icsharpcode/WpfDesigner

Public Methods

Method Description
ColorTypeEditor ( ) : System
SpecialInitializeComponent ( ) : void

Fixes InitializeComponent with multiple Versions of same Assembly loaded

Protected Methods

Method Description
OnMouseUp ( System.Windows.Input.MouseButtonEventArgs e ) : void

Private Methods

Method Description
ColorEditorPopup_Closed ( object sender, EventArgs e ) : void

Method Details

ColorTypeEditor() public method

public ColorTypeEditor ( ) : System
return System

OnMouseUp() protected method

protected OnMouseUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

SpecialInitializeComponent() public method

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