8 references to Count
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (8)
159int count = Count; 183int count = Count; 198return item > 0 && (item - 1) < Count ? CreateStatusBarPane (item - 1) : null; 205return Count > 0 ? CreateStatusBarPane(0) : (_fHasGrip ? StatusBarGrip.Create(_hwnd, this, GripItemID) : null); 217int count = Count; 225for (int item = 0, count = Count; item < count; item++) 262if (column < 0 || column >= Count) 282return Count;