21 references to Text
PresentationCore (1)
System\Windows\Input\AccessKeyManager.cs (1)
299string text = e.Text;
PresentationFramework (11)
System\Windows\Controls\DataGrid.cs (2)
5439if (!e.Handled && !String.IsNullOrEmpty(e.Text) && IsTextSearchEnabled) 5462instance.DoSearch(e.Text);
System\Windows\Controls\DataGridHelper.cs (1)
735string text = textArgs.Text;
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
230string inputText = textArgs.Text;
System\Windows\Controls\DataGridTextColumn.cs (1)
179string inputText = ConvertTextForEdit(textArgs.Text);
System\Windows\Controls\ItemsControl.cs (2)
1679if (!String.IsNullOrEmpty(e.Text) && IsTextSearchEnabled && 1686instance.DoSearch(e.Text);
System\Windows\Controls\Menu.cs (1)
244e.Text == " " &&
System\windows\Documents\TextEditorTyping.cs (3)
380(e.Text == null || e.Text.Length == 0)) 411TextEditorTyping.ScheduleInput(This, new TextInputItem(This, e.Text, /*isInsertKeyToggled:*/keyboard != null ? keyboard.IsKeyToggled(Key.Insert) : false));
PresentationUI (4)
MS\Internal\Documents\Application\PageTextBox.cs (2)
237if ((e != null) && (!String.IsNullOrEmpty(e.Text)) && (IsValidInputChar(e.Text[0])))
MS\Internal\Documents\Application\ZoomComboBox.cs (2)
361if ((e != null) && (!String.IsNullOrEmpty(e.Text))) 363if (IsValidInputChar(e.Text[0]))
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\KeyTipService.cs (1)
829string text = textArgs.Text;
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
1285if (!String.IsNullOrEmpty(e.Text) && IsTextSearchEnabled && NavigateInFirstGallery) 1291instance.DoHierarchicalSearch(e.Text);
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (1)
536string text = te.Text;
System\Windows\Integration\WindowsFormsHost.cs (1)
1024string text = te.Text;