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