3 references to RowOrColumnMajorProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
350
new AutomationPropertyInfo( convertToRowOrColumnMajor, TablePattern.
RowOrColumnMajorProperty
, typeof(RowOrColumnMajor), RowOrColumnMajor.Indeterminate ),
440
TablePattern.
RowOrColumnMajorProperty
};
System\Windows\Automation\TablePattern.cs (1)
263
return (RowOrColumnMajor)_el.GetPatternPropertyValue(
RowOrColumnMajorProperty
, _useCache);