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