21 references to Text
PresentationCore (1)
System\Windows\Input\AccessKeyManager.cs (1)
299
string text = e.
Text
;
PresentationFramework (11)
System\Windows\Controls\DataGrid.cs (2)
5439
if (!e.Handled && !String.IsNullOrEmpty(e.
Text
) && IsTextSearchEnabled)
5462
instance.DoSearch(e.
Text
);
System\Windows\Controls\DataGridHelper.cs (1)
735
string text = textArgs.
Text
;
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
230
string inputText = textArgs.
Text
;
System\Windows\Controls\DataGridTextColumn.cs (1)
179
string inputText = ConvertTextForEdit(textArgs.
Text
);
System\Windows\Controls\ItemsControl.cs (2)
1679
if (!String.IsNullOrEmpty(e.
Text
) && IsTextSearchEnabled &&
1686
instance.DoSearch(e.
Text
);
System\Windows\Controls\Menu.cs (1)
244
e.
Text
== " " &&
System\windows\Documents\TextEditorTyping.cs (3)
380
(e.
Text
== null || e.
Text
.Length == 0))
411
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)
237
if ((e != null) && (!String.IsNullOrEmpty(e.
Text
)) && (IsValidInputChar(e.
Text
[0])))
MS\Internal\Documents\Application\ZoomComboBox.cs (2)
361
if ((e != null) && (!String.IsNullOrEmpty(e.
Text
)))
363
if (IsValidInputChar(e.
Text
[0]))
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\KeyTipService.cs (1)
829
string text = textArgs.
Text
;
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
1285
if (!String.IsNullOrEmpty(e.
Text
) && IsTextSearchEnabled && NavigateInFirstGallery)
1291
instance.DoHierarchicalSearch(e.
Text
);
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (1)
536
string text = te.
Text
;
System\Windows\Integration\WindowsFormsHost.cs (1)
1024
string text = te.
Text
;