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