21 references to Text
PresentationCore (1)
System\Windows\Input\AccessKeyManager.cs (1)
286string text = e.Text;
PresentationFramework (11)
System\Windows\Controls\DataGrid.cs (2)
5397if (!e.Handled && !String.IsNullOrEmpty(e.Text) && IsTextSearchEnabled) 5420instance.DoSearch(e.Text);
System\Windows\Controls\DataGridHelper.cs (1)
728string text = textArgs.Text;
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
222string inputText = textArgs.Text;
System\Windows\Controls\DataGridTextColumn.cs (1)
175string inputText = ConvertTextForEdit(textArgs.Text);
System\Windows\Controls\ItemsControl.cs (2)
1645if (!String.IsNullOrEmpty(e.Text) && IsTextSearchEnabled && 1652instance.DoSearch(e.Text);
System\Windows\Controls\Menu.cs (1)
233e.Text == " " &&
System\windows\Documents\TextEditorTyping.cs (3)
367(e.Text == null || e.Text.Length == 0)) 395TextEditorTyping.ScheduleInput(This, new TextInputItem(This, e.Text, /*isInsertKeyToggled:*/keyboard != null ? keyboard.IsKeyToggled(Key.Insert) : false));
PresentationUI (4)
MS\Internal\Documents\Application\PageTextBox.cs (2)
234if ((e != null) && (!String.IsNullOrEmpty(e.Text)) && (IsValidInputChar(e.Text[0])))
MS\Internal\Documents\Application\ZoomComboBox.cs (2)
354if ((e != null) && (!String.IsNullOrEmpty(e.Text))) 356if (IsValidInputChar(e.Text[0]))
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\KeyTipService.cs (1)
823string text = textArgs.Text;
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
1282if (!String.IsNullOrEmpty(e.Text) && IsTextSearchEnabled && NavigateInFirstGallery) 1288instance.DoHierarchicalSearch(e.Text);
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (1)
528string text = te.Text;
System\Windows\Integration\WindowsFormsHost.cs (1)
1000string text = te.Text;