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