4 implementations of GetText
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
101
public string
GetText
(int maxLength)
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
1850
string ITextRangeProvider.
GetText
(int maxLength)
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
289
string ITextRangeProvider.
GetText
(int maxLength)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
214
string ITextRangeProvider.
GetText
(int maxLength)
1 reference to GetText
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
284
return _iface.
GetText
(maxLength);