4 references to GetChildCount
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\Accessible.cs (4)
282
internal int ChildCount { get { return
GetChildCount
(_acc); } }
311
return _idChild == NativeMethods.CHILD_SELF ? GetChildAt(_acc, null, Accessible.
GetChildCount
(_acc) - 1) : null;
334
if (_accessibleChildrenIndex + 1 < Accessible.
GetChildCount
(parent._acc))
1139
int count =
GetChildCount
(parent);