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

Inheritance: System.Windows.Window
Afficher le fichier Open project: icsharpcode/WpfDesigner Class Usage Examples

Méthodes publiques

Méthode Description
GetItemsSourceType ( Type t ) : Type
LoadItemsCollection ( DesignItemProperty itemProperty ) : void
SpecialInitializeComponent ( ) : void

Fixes InitializeComponent with multiple Versions of same Assembly loaded

Private Methods

Méthode 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 méthode

public GetItemsSourceType ( Type t ) : Type
t System.Type
Résultat System.Type

LoadItemsCollection() public méthode

public LoadItemsCollection ( DesignItemProperty itemProperty ) : void
itemProperty DesignItemProperty
Résultat void

SpecialInitializeComponent() public méthode

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