8 references to RowProperty
UIAutomationClient (4)
MS\Internal\Automation\Schema.cs (2)
331
new AutomationPropertyInfo( null, GridItemPattern.
RowProperty
, typeof(int), 0 ),
419
private static readonly AutomationProperty [ ] GridItemProperties = { GridItemPattern.
RowProperty
,
System\Windows\Automation\GridItemPattern.cs (1)
233
return (int)_el.GetPatternPropertyValue(
RowProperty
, _useCache);
System\Windows\Automation\TableItemPattern.cs (1)
221
return (int)_el.GetPatternPropertyValue(
RowProperty
, _useCache);
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\EventManager.cs (2)
266
RaisePropertyChangedEvent(el, GridItemPattern.
RowProperty
, gridItem.Row);
539
_objectIdClient.Add(GridItemPattern.
RowProperty
, new RaiseEvent(HandleRowProperty));
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1557
else if (idProp == GridPattern.ColumnCountProperty || idProp == GridPattern.RowCountProperty || idProp == GridItemPattern.ColumnProperty || idProp == GridItemPattern.
RowProperty
)
1948
else if (eventId == NativeMethods.EventObjectReorder && (automationProperty == GridItemPattern.ColumnProperty || automationProperty == GridItemPattern.
RowProperty
))