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