C# Class WPFOfficeTheme.SearchableComboBox

Inheritance: System.Windows.Controls.ComboBox
Exibir arquivo Open project: alexsharoff/wpf-office-theme

Public Properties

Property Type Description
IsLoadingProperty System.Windows.DependencyProperty
MainItemsSourceProperty System.Windows.DependencyProperty
SeacrhActionProperty System.Windows.DependencyProperty
SearchEvent System.Windows.RoutedEvent

Public Methods

Method Description
OnApplyTemplate ( ) : void
SearchableComboBox ( ) : System
SetItemsSource ( IEnumerable items ) : void

Protected Methods

Method Description
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnLostFocus ( RoutedEventArgs e ) : void
OnSelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs e ) : void

Private Methods

Method Description
RaiseSearchEvent ( ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnKeyDown() protected method

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

OnLostFocus() protected method

protected OnLostFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnSelectionChanged() protected method

protected OnSelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs e ) : void
e System.Windows.Controls.SelectionChangedEventArgs
return void

SearchableComboBox() public method

public SearchableComboBox ( ) : System
return System

SetItemsSource() public method

public SetItemsSource ( IEnumerable items ) : void
items IEnumerable
return void

Property Details

IsLoadingProperty public_oe static_oe property

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

MainItemsSourceProperty public_oe static_oe property

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

SeacrhActionProperty public_oe static_oe property

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

SearchEvent public_oe static_oe property

public static RoutedEvent,System.Windows SearchEvent
return System.Windows.RoutedEvent