C# Class PackmanVsix.Controls.Search.ComboSearch

Mostra file Open project: madskristensen/Packman Class Usage Examples

Public Properties

Property Type Description
CollapsedTemplateProperty System.Windows.DependencyProperty
CommitedItemProperty System.Windows.DependencyProperty
ContainersProperty System.Windows.DependencyProperty
ExpandedTemplateProperty System.Windows.DependencyProperty
GlyphStyleProperty System.Windows.DependencyProperty
HasResultsProperty System.Windows.DependencyProperty
ItemsSourceProperty System.Windows.DependencyProperty
SelectedItemProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
HandleKeyPress void
HandleListBoxKeyPress void
ItemsChangedCallback void
OnCollectionItemsChanged void
OnGotFocus void
OnItemCommitGesture void
OnLostFocus void
OnSearchTextChanged void
RaiseSearchTextChanged void
SearchBoxGotKeyboardFocus void
SearchBoxLostFocus void
SelectedItemChanged void
TemplateChanged void
WindowMoved void

Public Methods

Method Description
ComboSearch ( ) : System
ResumeFocusEvents ( ) : void
SuspendFocusEvents ( ) : void

Private Methods

Method Description
HandleKeyPress ( object sender, System.Windows.Input.KeyEventArgs e ) : void
HandleListBoxKeyPress ( object sender, System.Windows.Input.KeyEventArgs e ) : void
ItemsChangedCallback ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnCollectionItemsChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
OnGotFocus ( object sender, RoutedEventArgs e ) : void
OnItemCommitGesture ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OnLostFocus ( object sender, RoutedEventArgs e ) : void
OnSearchTextChanged ( ) : void
RaiseSearchTextChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SearchBoxGotKeyboardFocus ( object sender, RoutedEventArgs e ) : void
SearchBoxLostFocus ( object sender, RoutedEventArgs e ) : void
SelectedItemChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
TemplateChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
WindowMoved ( object sender, EventArgs e ) : void

Method Details

ComboSearch() public method

public ComboSearch ( ) : System
return System

ResumeFocusEvents() public method

public ResumeFocusEvents ( ) : void
return void

SuspendFocusEvents() public method

public SuspendFocusEvents ( ) : void
return void

Property Details

CollapsedTemplateProperty public_oe static_oe property

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

CommitedItemProperty public_oe static_oe property

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

ContainersProperty public_oe static_oe property

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

ExpandedTemplateProperty public_oe static_oe property

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

GlyphStyleProperty public_oe static_oe property

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

HasResultsProperty public_oe static_oe property

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

ItemsSourceProperty public_oe static_oe property

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

SelectedItemProperty public_oe static_oe property

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

TextProperty public_oe static_oe property

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