8 references to ColumnProperty
UIAutomationClient (4)
MS\Internal\Automation\Schema.cs (2)
358new AutomationPropertyInfo( null, GridItemPattern.ColumnProperty, typeof(int), 0 ), 446GridItemPattern.ColumnProperty,
System\Windows\Automation\GridItemPattern.cs (1)
231return (int)_el.GetPatternPropertyValue(ColumnProperty, _useCache);
System\Windows\Automation\TableItemPattern.cs (1)
219return (int)_el.GetPatternPropertyValue(ColumnProperty, _useCache);
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\EventManager.cs (2)
250RaisePropertyChangedEvent(el, GridItemPattern.ColumnProperty, gridItem.Column); 531_objectIdClient.Add(GridItemPattern.ColumnProperty, new RaiseEvent(HandleColumnProperty));
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1551else if (idProp == GridPattern.ColumnCountProperty || idProp == GridPattern.RowCountProperty || idProp == GridItemPattern.ColumnProperty || idProp == GridItemPattern.RowProperty) 1942else if (eventId == NativeMethods.EventObjectReorder && (automationProperty == GridItemPattern.ColumnProperty || automationProperty == GridItemPattern.RowProperty))