4 references to RowSpanProperty
UIAutomationClient (4)
MS\Internal\Automation\Schema.cs (2)
354
new AutomationPropertyInfo( null, GridItemPattern.
RowSpanProperty
, typeof(int), 1 ),
442
GridItemPattern.
RowSpanProperty
,
System\Windows\Automation\GridItemPattern.cs (1)
241
return (int)_el.GetPatternPropertyValue(
RowSpanProperty
, _useCache);
System\Windows\Automation\TableItemPattern.cs (1)
229
return (int)_el.GetPatternPropertyValue(
RowSpanProperty
, _useCache);