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