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