4 overrides of GetPlainText
PresentationFramework (4)
System\Windows\Controls\ContentControl.cs (1)
104
internal override string
GetPlainText
()
System\Windows\Controls\HeaderedItemsControl.cs (1)
324
internal override string
GetPlainText
()
System\Windows\Controls\TextBlock.cs (1)
2018
internal override string
GetPlainText
()
System\Windows\Controls\TextBox.cs (1)
1159
internal override string
GetPlainText
()
9 references to GetPlainText
PresentationFramework (9)
System\Windows\Automation\Peers\FrameworkContentElementAutomationPeer.cs (1)
65
result = toolTipElement.
GetPlainText
();
System\Windows\Automation\Peers\FrameworkElementAutomationPeer.cs (2)
62
result = ((FrameworkElement)Owner).
GetPlainText
();
82
result = toolTipElement.
GetPlainText
();
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
544
name = fe.
GetPlainText
();
System\Windows\Controls\ContentControl.cs (1)
116
return feContent.
GetPlainText
();
System\Windows\Controls\Control.cs (2)
495
plainText =
GetPlainText
();
501
return
GetPlainText
();
System\Windows\Controls\TextSearch.cs (2)
620
string text = fe.
GetPlainText
();
766
return element.
GetPlainText
();