8 references to ColumnProperty
UIAutomationClient (4)
MS\Internal\Automation\Schema.cs (2)
347
new AutomationPropertyInfo( null, GridItemPattern.
ColumnProperty
, typeof(int), 0 ),
435
GridItemPattern.
ColumnProperty
,
System\Windows\Automation\GridItemPattern.cs (1)
228
return (int)_el.GetPatternPropertyValue(
ColumnProperty
, _useCache);
System\Windows\Automation\TableItemPattern.cs (1)
216
return (int)_el.GetPatternPropertyValue(
ColumnProperty
, _useCache);
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\EventManager.cs (2)
243
RaisePropertyChangedEvent(el, GridItemPattern.
ColumnProperty
, gridItem.Column);
524
_objectIdClient.Add(GridItemPattern.
ColumnProperty
, new RaiseEvent(HandleColumnProperty));
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1545
else if (idProp == GridPattern.ColumnCountProperty || idProp == GridPattern.RowCountProperty || idProp == GridItemPattern.
ColumnProperty
|| idProp == GridItemPattern.RowProperty)
1937
else if (eventId == NativeMethods.EventObjectReorder && (automationProperty == GridItemPattern.
ColumnProperty
|| automationProperty == GridItemPattern.RowProperty))