5 references to IsTextSearchEnabled
PresentationFramework (5)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
701
if (
IsTextSearchEnabled
)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
5444
if (!e.Handled && !String.IsNullOrEmpty(e.Text) &&
IsTextSearchEnabled
)
src\Framework\System\Windows\Controls\ItemsControl.cs (2)
1682
if (!String.IsNullOrEmpty(e.Text) &&
IsTextSearchEnabled
&&
1705
if (
IsTextSearchEnabled
)
src\Framework\System\Windows\Controls\ListBox.cs (1)
418
if (
IsTextSearchEnabled
&& Keyboard.Modifiers == ModifierKeys.None)