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