8 references to RowProperty
UIAutomationClient (4)
MS\Internal\Automation\Schema.cs (2)
357new AutomationPropertyInfo( null, GridItemPattern.RowProperty, typeof(int), 0 ), 445private static readonly AutomationProperty [ ] GridItemProperties = { GridItemPattern.RowProperty,
System\Windows\Automation\GridItemPattern.cs (1)
220return (int)_el.GetPatternPropertyValue(RowProperty, _useCache);
System\Windows\Automation\TableItemPattern.cs (1)
208return (int)_el.GetPatternPropertyValue(RowProperty, _useCache);
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\EventManager.cs (2)
259RaisePropertyChangedEvent(el, GridItemPattern.RowProperty, gridItem.Row); 532_objectIdClient.Add(GridItemPattern.RowProperty, new RaiseEvent(HandleRowProperty));
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1551else if (idProp == GridPattern.ColumnCountProperty || idProp == GridPattern.RowCountProperty || idProp == GridItemPattern.ColumnProperty || idProp == GridItemPattern.RowProperty) 1942else if (eventId == NativeMethods.EventObjectReorder && (automationProperty == GridItemPattern.ColumnProperty || automationProperty == GridItemPattern.RowProperty))