Base:
property
RowCount
System.Windows.Forms.AccessibleObject.RowCount
6 references to RowCount
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.AccessibleObject.cs (6)
219
return (VARIANT)(this.TryGetOwnerAs(out owner) && (IsModal ||
RowCount
== 0) && owner.Focused);
254
if (ColumnCount > 0 &&
RowCount
> 0)
266
=> (patternId == UIA_PATTERN_ID.UIA_TablePatternId &&
RowCount
> 0) ||
277
var result = new IRawElementProviderSimple.Interface[
RowCount
];
278
for (int i = 0; i <
RowCount
; i++)
319
if (row >= 0 && row <
RowCount
&& column >= 0 && column < ColumnCount)