7 references to RowCountProperty
UIAutomationClient (4)
MS\Internal\Automation\Schema.cs (2)
350
new AutomationPropertyInfo( null, GridPattern.
RowCountProperty
, typeof(int), 0 ),
437
private static readonly AutomationProperty [ ] GridProperties = { GridPattern.
RowCountProperty
,
System\Windows\Automation\GridPattern.cs (1)
214
return (int)_el.GetPatternPropertyValue(
RowCountProperty
, _useCache);
System\Windows\Automation\TablePattern.cs (1)
208
return (int)_el.GetPatternPropertyValue(
RowCountProperty
, _useCache);
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\EventManager.cs (2)
235
RaisePropertyChangedEvent(el, GridPattern.
RowCountProperty
, grid.RowCount);
524
_objectIdClient.Add(GridPattern.
RowCountProperty
, new RaiseEvent(HandleRowCountProperty));
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1548
else if (idProp == GridPattern.ColumnCountProperty || idProp == GridPattern.
RowCountProperty
|| idProp == GridItemPattern.ColumnProperty || idProp == GridItemPattern.RowProperty)