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