8 references to RowProperty
UIAutomationClient (4)
MS\Internal\Automation\Schema.cs (2)
352
new AutomationPropertyInfo( null, GridItemPattern.
RowProperty
, typeof(int), 0 ),
440
private static readonly AutomationProperty [ ] GridItemProperties = { GridItemPattern.
RowProperty
,
System\Windows\Automation\GridItemPattern.cs (1)
218
return (int)_el.GetPatternPropertyValue(
RowProperty
, _useCache);
System\Windows\Automation\TableItemPattern.cs (1)
206
return (int)_el.GetPatternPropertyValue(
RowProperty
, _useCache);
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\EventManager.cs (2)
253
RaisePropertyChangedEvent(el, GridItemPattern.
RowProperty
, gridItem.Row);
526
_objectIdClient.Add(GridItemPattern.
RowProperty
, new RaiseEvent(HandleRowProperty));
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
))