C# Class ICSharpCode.WpfDesign.Designer.PropertyGrid.Editors.BrushEditor.BrushEditorPopup

Mostrar archivo Open project: icsharpcode/WpfDesigner

Public Methods

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

Fixes InitializeComponent with multiple Versions of same Assembly loaded

Protected Methods

Method Description
OnClosed ( EventArgs e ) : void
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void

Method Details

BrushEditorPopup() public method

public BrushEditorPopup ( ) : System
return System

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
return void

OnKeyDown() protected method

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void

SpecialInitializeComponent() public method

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