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