4 overrides of GetPlainText
PresentationFramework (4)
System\Windows\Controls\ContentControl.cs (1)
94
internal override string
GetPlainText
()
System\Windows\Controls\HeaderedItemsControl.cs (1)
318
internal override string
GetPlainText
()
System\Windows\Controls\TextBlock.cs (1)
1996
internal override string
GetPlainText
()
System\Windows\Controls\TextBox.cs (1)
1153
internal override string
GetPlainText
()
9 references to GetPlainText
PresentationFramework (9)
System\Windows\Automation\Peers\FrameworkContentElementAutomationPeer.cs (1)
63
result = toolTipElement.
GetPlainText
();
System\Windows\Automation\Peers\FrameworkElementAutomationPeer.cs (2)
47
result = ((FrameworkElement)Owner).
GetPlainText
();
67
result = toolTipElement.
GetPlainText
();
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
530
name = fe.
GetPlainText
();
System\Windows\Controls\ContentControl.cs (1)
106
return feContent.
GetPlainText
();
System\Windows\Controls\Control.cs (2)
485
plainText =
GetPlainText
();
491
return
GetPlainText
();
System\Windows\Controls\TextSearch.cs (2)
608
string text = fe.
GetPlainText
();
751
return element.
GetPlainText
();