4 references to ChildCount
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
526
if ((accThis != null) && (accThis.
ChildCount
== 1))
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
178
return Accessible.AccessibleObjectFromWindow(hwnd, NativeMethods.OBJID_CLIENT, ref acc) == NativeMethods.S_OK && acc != null && acc.
ChildCount
> 0;
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
344
return _acc.
ChildCount
;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
188
if ((acc.Role != AccessibleRole.SpinButton) || (acc.
ChildCount
!= 2))