8 references to Count
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (8)
155
int count =
Count
;
179
int count =
Count
;
194
return item > 0 && (item - 1) <
Count
? CreateStatusBarPane (item - 1) : null;
201
return
Count
> 0 ? CreateStatusBarPane(0) : (_fHasGrip ? StatusBarGrip.Create(_hwnd, this, GripItemID) : null);
213
int count =
Count
;
221
for (int item = 0, count =
Count
; item < count; item++)
258
if (column < 0 || column >=
Count
)
278
return
Count
;