C# Class Unicorn.VS.Controls.MultiSelectComboBox

Show file Open project: BerserkerDotNet/Unicorn.VisualStudio

Public Properties

Property Type Description
DataSourceProperty System.Windows.DependencyProperty
SelectedItemsProperty DependencyProperty
SelectedTextProperty DependencyProperty

Public Methods

Method Description
MultiSelectComboBox ( ) : System

Protected Methods

Method Description
OnSelectionChanged ( SelectionChangedEventArgs e ) : void

Private Methods

Method Description
ChangeItemsState ( bool state ) : void
CheckBox_Click ( object sender, RoutedEventArgs e ) : void
DisplayInControl ( ) : void
IndicateThatAllSelected ( ) : void
MultiSelectComboBox_CollectionChanged ( object sender, System e ) : void
OnDataSourceChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnSelectedItemsChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
SelectNodes ( ) : void
SetSelectedItems ( ) : void
SetText ( ) : void
SyncItems ( ) : void

Method Details

MultiSelectComboBox() public method

public MultiSelectComboBox ( ) : System
return System

OnSelectionChanged() protected method

protected OnSelectionChanged ( SelectionChangedEventArgs e ) : void
e SelectionChangedEventArgs
return void

Property Details

DataSourceProperty public static property

public static DependencyProperty,System.Windows DataSourceProperty
return System.Windows.DependencyProperty

SelectedItemsProperty public static property

public static DependencyProperty SelectedItemsProperty
return DependencyProperty

SelectedTextProperty public static property

public static DependencyProperty SelectedTextProperty
return DependencyProperty