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