21 references to Text
PresentationCore (1)
System\Windows\Input\AccessKeyManager.cs (1)
287string text = e.Text;
PresentationFramework (11)
System\Windows\Controls\DataGrid.cs (2)
5440if (!e.Handled && !String.IsNullOrEmpty(e.Text) && IsTextSearchEnabled) 5463instance.DoSearch(e.Text);
System\Windows\Controls\DataGridHelper.cs (1)
729string text = textArgs.Text;
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
223string inputText = textArgs.Text;
System\Windows\Controls\DataGridTextColumn.cs (1)
176string inputText = ConvertTextForEdit(textArgs.Text);
System\Windows\Controls\ItemsControl.cs (2)
1670if (!String.IsNullOrEmpty(e.Text) && IsTextSearchEnabled && 1677instance.DoSearch(e.Text);
System\Windows\Controls\Menu.cs (1)
234e.Text == " " &&
System\windows\Documents\TextEditorTyping.cs (3)
371(e.Text == null || e.Text.Length == 0)) 402TextEditorTyping.ScheduleInput(This, new TextInputItem(This, e.Text, /*isInsertKeyToggled:*/keyboard != null ? keyboard.IsKeyToggled(Key.Insert) : false));
PresentationUI (4)
MS\Internal\Documents\Application\PageTextBox.cs (2)
235if ((e != null) && (!String.IsNullOrEmpty(e.Text)) && (IsValidInputChar(e.Text[0])))
MS\Internal\Documents\Application\ZoomComboBox.cs (2)
355if ((e != null) && (!String.IsNullOrEmpty(e.Text))) 357if (IsValidInputChar(e.Text[0]))
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\KeyTipService.cs (1)
827string text = textArgs.Text;
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
1287if (!String.IsNullOrEmpty(e.Text) && IsTextSearchEnabled && NavigateInFirstGallery) 1293instance.DoHierarchicalSearch(e.Text);
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (1)
532string text = te.Text;
System\Windows\Integration\WindowsFormsHost.cs (1)
1019string text = te.Text;