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