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