7 references to RowCountProperty
UIAutomationClient (4)
MS\Internal\Automation\Schema.cs (2)
329
new AutomationPropertyInfo( null, GridPattern.
RowCountProperty
, typeof(int), 0 ),
416
private static readonly AutomationProperty [ ] GridProperties = { GridPattern.
RowCountProperty
,
System\Windows\Automation\GridPattern.cs (1)
234
return (int)_el.GetPatternPropertyValue(
RowCountProperty
, _useCache);
System\Windows\Automation\TablePattern.cs (1)
233
return (int)_el.GetPatternPropertyValue(
RowCountProperty
, _useCache);
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\EventManager.cs (2)
248
RaisePropertyChangedEvent(el, GridPattern.
RowCountProperty
, grid.RowCount);
537
_objectIdClient.Add(GridPattern.
RowCountProperty
, new RaiseEvent(HandleRowCountProperty));
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1557
else if (idProp == GridPattern.ColumnCountProperty || idProp == GridPattern.
RowCountProperty
|| idProp == GridItemPattern.ColumnProperty || idProp == GridItemPattern.RowProperty)