4 implementations of GetChildren
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
151
public IRawElementProviderSimple[]
GetChildren
()
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
2084
IRawElementProviderSimple[] ITextRangeProvider.
GetChildren
()
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
527
IRawElementProviderSimple[] ITextRangeProvider.
GetChildren
()
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
373
IRawElementProviderSimple[] ITextRangeProvider.
GetChildren
()
1 reference to GetChildren
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
342
return _iface.
GetChildren
();