1 implementation of GetChildren
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
630
HRESULT ITextRangeProvider.Interface.
GetChildren
(SAFEARRAY** pRetVal)
4 references to GetChildren
System.Windows.Forms.Primitives (3)
Windows.Win32.ITextRangeProvider.g.cs (1)
695
return __object.
GetChildren
(pRetVal);
Windows.Win32.UI_Accessibility_ITextRangeProvider_Extensions.g.cs (2)
83
/// <inheritdoc cref="winmdroot.UI.Accessibility.ITextRangeProvider.Interface.
GetChildren
(winmdroot.System.Com.SAFEARRAY**)"/>
88
winmdroot.Foundation.HRESULT __result = @this.
GetChildren
(pRetValLocal);
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
1061
Assert.True(((ITextRangeProvider.Interface)textRange).
GetChildren
(actual).Succeeded);