3 implementations of get_accChildCount
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1902
HRESULT UIA.IAccessible.Interface.
get_accChildCount
(int* pcountChildren)
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\UI\Accessibility\AccessibleDispatchTests.cs (1)
28
HRESULT IAccessible.Interface.
get_accChildCount
(int* pcountChildren)
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (1)
280
HRESULT IAccessible.Interface.
get_accChildCount
(int* pcountChildren)
4 references to get_accChildCount
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1897
((UIA.IAccessible.Interface)this).
get_accChildCount
(&childCount);
System.Windows.Forms.Primitives (3)
Windows.Win32.IAccessible.g.cs (1)
178
return __object.
get_accChildCount
(pcountChildren);
Windows.Win32.UI_Accessibility_IAccessible_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.
get_accChildCount
(int*)"/>
28
winmdroot.Foundation.HRESULT __result = @this.
get_accChildCount
(pcountChildrenLocal);