8 references to ColumnProperty
UIAutomationClient (4)
MS\Internal\Automation\Schema.cs (2)
332new AutomationPropertyInfo( null, GridItemPattern.ColumnProperty, typeof(int), 0 ), 420GridItemPattern.ColumnProperty,
System\Windows\Automation\GridItemPattern.cs (1)
249return (int)_el.GetPatternPropertyValue(ColumnProperty, _useCache);
System\Windows\Automation\TableItemPattern.cs (1)
237return (int)_el.GetPatternPropertyValue(ColumnProperty, _useCache);
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\EventManager.cs (2)
257RaisePropertyChangedEvent(el, GridItemPattern.ColumnProperty, gridItem.Column); 538_objectIdClient.Add(GridItemPattern.ColumnProperty, new RaiseEvent(HandleColumnProperty));
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1557else if (idProp == GridPattern.ColumnCountProperty || idProp == GridPattern.RowCountProperty || idProp == GridItemPattern.ColumnProperty || idProp == GridItemPattern.RowProperty) 1948else if (eventId == NativeMethods.EventObjectReorder && (automationProperty == GridItemPattern.ColumnProperty || automationProperty == GridItemPattern.RowProperty))