4 implementations of GetChildren
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
150public IRawElementProviderSimple[] GetChildren()
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
2083IRawElementProviderSimple[] ITextRangeProvider.GetChildren()
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
526IRawElementProviderSimple[] ITextRangeProvider.GetChildren()
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
372IRawElementProviderSimple[] ITextRangeProvider.GetChildren()
1 reference to GetChildren
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
341return _iface.GetChildren();