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