8 references to Count
UIAutomationClientsideProviders (8)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (8)
170int count = Count; 194int count = Count; 209return item > 0 && (item - 1) < Count ? CreateStatusBarPane (item - 1) : null; 216return Count > 0 ? CreateStatusBarPane(0) : (_fHasGrip ? StatusBarGrip.Create(_hwnd, this, GripItemID) : null); 228int count = Count; 236for (int item = 0, count = Count; item < count; item++) 273if (column < 0 || column >= Count) 293return Count;