4 overrides of GetPlainText
PresentationFramework (4)
System\Windows\Controls\ContentControl.cs (1)
95
internal override string
GetPlainText
()
System\Windows\Controls\HeaderedItemsControl.cs (1)
319
internal override string
GetPlainText
()
System\Windows\Controls\TextBlock.cs (1)
1997
internal override string
GetPlainText
()
System\Windows\Controls\TextBox.cs (1)
1154
internal override string
GetPlainText
()
9 references to GetPlainText
PresentationFramework (9)
System\Windows\Automation\Peers\FrameworkContentElementAutomationPeer.cs (1)
64
result = toolTipElement.
GetPlainText
();
System\Windows\Automation\Peers\FrameworkElementAutomationPeer.cs (2)
48
result = ((FrameworkElement)Owner).
GetPlainText
();
68
result = toolTipElement.
GetPlainText
();
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
531
name = fe.
GetPlainText
();
System\Windows\Controls\ContentControl.cs (1)
107
return feContent.
GetPlainText
();
System\Windows\Controls\Control.cs (2)
486
plainText =
GetPlainText
();
492
return
GetPlainText
();
System\Windows\Controls\TextSearch.cs (2)
609
string text = fe.
GetPlainText
();
752
return element.
GetPlainText
();