8 references to ColumnProperty
UIAutomationClient (4)
MS\Internal\Automation\Schema.cs (2)
353new AutomationPropertyInfo( null, GridItemPattern.ColumnProperty, typeof(int), 0 ), 441GridItemPattern.ColumnProperty,
System\Windows\Automation\GridItemPattern.cs (1)
229return (int)_el.GetPatternPropertyValue(ColumnProperty, _useCache);
System\Windows\Automation\TableItemPattern.cs (1)
217return (int)_el.GetPatternPropertyValue(ColumnProperty, _useCache);
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\EventManager.cs (2)
244RaisePropertyChangedEvent(el, GridItemPattern.ColumnProperty, gridItem.Column); 525_objectIdClient.Add(GridItemPattern.ColumnProperty, new RaiseEvent(HandleColumnProperty));
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1548else if (idProp == GridPattern.ColumnCountProperty || idProp == GridPattern.RowCountProperty || idProp == GridItemPattern.ColumnProperty || idProp == GridItemPattern.RowProperty) 1939else if (eventId == NativeMethods.EventObjectReorder && (automationProperty == GridItemPattern.ColumnProperty || automationProperty == GridItemPattern.RowProperty))