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

Inheritance: System.Windows.Window
显示文件 Open project: icsharpcode/WpfDesigner Class Usage Examples

Public Methods

Method Description
GetItemsSourceType ( Type t ) : Type
LoadItemsCollection ( DesignItemProperty itemProperty ) : void
SpecialInitializeComponent ( ) : void

Fixes InitializeComponent with multiple Versions of same Assembly loaded

Private Methods

Method Description
FlatCollectionEditor ( ) : System
ListBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
OnAddItemClicked ( object sender, RoutedEventArgs e ) : void
OnMoveItemDownClicked ( object sender, RoutedEventArgs e ) : void
OnMoveItemUpClicked ( object sender, RoutedEventArgs e ) : void
OnRemoveItemClicked ( object sender, RoutedEventArgs e ) : void

Method Details

GetItemsSourceType() public method

public GetItemsSourceType ( Type t ) : Type
t System.Type
return System.Type

LoadItemsCollection() public method

public LoadItemsCollection ( DesignItemProperty itemProperty ) : void
itemProperty DesignItemProperty
return void

SpecialInitializeComponent() public method

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