C# Class Gymnastika.Controls.InstantSearchBox

Inheritance: System.Windows.Controls.ComboBox
Show file Open project: weiqiyiji/Gymnastika

Public Properties

Property Type Description
CornerRadiusProperty System.Windows.DependencyProperty
DoSearchProperty System.Windows.DependencyProperty
IsPopupOpenProperty System.Windows.DependencyProperty
SearchImageSourceProperty System.Windows.DependencyProperty
SearchResultsBackgroundProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
InstantSearchBox ( ) : System
OnSearchCompleted ( IAsyncResult result ) : void
OpenPopup ( bool isOpen ) : void
PART_CancelButton_Click ( object sender, RoutedEventArgs e ) : void
PART_EditableTextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

Property Details

CornerRadiusProperty public static property

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

DoSearchProperty public static property

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

IsPopupOpenProperty public static property

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

SearchImageSourceProperty public static property

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

SearchResultsBackgroundProperty public static property

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