public class SearchTextBox : TextBox
xmlns:cc="clr-namespace:Common.Wpf.Controls;assembly=Common.Wpf.Controls"
<cc:SearchTextBox... />
SearchTextBox | Initializes a new instance of the SearchTextBox class |
IsEmpty | Gets or sets the is empty indicator. |
OnInitialized |
Raises the Initialized event. This method is invoked whenever IsInitialized is set
to true internally.
(Overrides FrameworkElementOnInitialized(EventArgs)) |
OnTextChanged |
Is called when content in this editing control changes.
(Overrides TextBoxBaseOnTextChanged(TextChangedEventArgs)) |
IsEmptyProperty | Dependency property for IsEmpty. |