4 references to RowSpanProperty
UIAutomationClient (4)
MS\Internal\Automation\Schema.cs (2)
333new AutomationPropertyInfo( null, GridItemPattern.RowSpanProperty, typeof(int), 1 ), 421GridItemPattern.RowSpanProperty,
System\Windows\Automation\GridItemPattern.cs (1)
266return (int)_el.GetPatternPropertyValue(RowSpanProperty, _useCache);
System\Windows\Automation\TableItemPattern.cs (1)
254return (int)_el.GetPatternPropertyValue(RowSpanProperty, _useCache);