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