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