1 write to IsTextSearchEnabled
PresentationUI (1)
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
500
IsTextSearchEnabled
= false;
7 references to IsTextSearchEnabled
PresentationFramework (5)
System\Windows\Controls\ComboBox.cs (1)
699
if (
IsTextSearchEnabled
)
System\Windows\Controls\DataGrid.cs (1)
5439
if (!e.Handled && !String.IsNullOrEmpty(e.Text) &&
IsTextSearchEnabled
)
System\Windows\Controls\ItemsControl.cs (2)
1679
if (!String.IsNullOrEmpty(e.Text) &&
IsTextSearchEnabled
&&
1702
if (
IsTextSearchEnabled
)
System\Windows\Controls\ListBox.cs (1)
420
if (
IsTextSearchEnabled
&& Keyboard.Modifiers == ModifierKeys.None)
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
669
if (
IsTextSearchEnabled
&& _firstGallery != null)
1285
if (!String.IsNullOrEmpty(e.Text) &&
IsTextSearchEnabled
&& NavigateInFirstGallery)