7 references to ColumnCountProperty
UIAutomationClient (4)
MS\Internal\Automation\Schema.cs (2)
345new AutomationPropertyInfo( null, GridPattern.ColumnCountProperty, typeof(int), 0 ), 432GridPattern.ColumnCountProperty };
System\Windows\Automation\GridPattern.cs (1)
224return (int)_el.GetPatternPropertyValue(ColumnCountProperty, _useCache);
System\Windows\Automation\TablePattern.cs (1)
218return (int)_el.GetPatternPropertyValue(ColumnCountProperty, _useCache);
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\EventManager.cs (2)
225RaisePropertyChangedEvent(el, GridPattern.ColumnCountProperty, grid.ColumnCount); 522_objectIdClient.Add(GridPattern.ColumnCountProperty, new RaiseEvent(HandleColumnCountProperty));
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1545else if (idProp == GridPattern.ColumnCountProperty || idProp == GridPattern.RowCountProperty || idProp == GridItemPattern.ColumnProperty || idProp == GridItemPattern.RowProperty)