16 references to RowOrColumnMajor
PresentationCore (2)
MS\Internal\Automation\TableProviderWrapper.cs (2)
90public RowOrColumnMajor RowOrColumnMajor 94return (RowOrColumnMajor) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetRowOrColumnMajor ), null );
PresentationFramework (6)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (2)
595RowOrColumnMajor ITableProvider.RowOrColumnMajor 599return RowOrColumnMajor.RowMajor;
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (2)
227RowOrColumnMajor ITableProvider.RowOrColumnMajor 231return RowOrColumnMajor.RowMajor;
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (2)
121RowOrColumnMajor ITableProvider.RowOrColumnMajor 123get { return RowOrColumnMajor.RowMajor; }
UIAutomationClient (5)
MS\Internal\Automation\Schema.cs (3)
132private static object ConvertToRowOrColumnMajor(object value) { return (RowOrColumnMajor)value; } 365new AutomationPropertyInfo( convertToRowOrColumnMajor, TablePattern.RowOrColumnMajorProperty, typeof(RowOrColumnMajor), RowOrColumnMajor.Indeterminate ),
System\Windows\Automation\TablePattern.cs (2)
224public RowOrColumnMajor RowOrColumnMajor 228return (RowOrColumnMajor)_el.GetPatternPropertyValue(RowOrColumnMajorProperty, _useCache);
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
808RowOrColumnMajor ITableProvider.RowOrColumnMajor 812return RowOrColumnMajor.RowMajor;
UIAutomationProvider (1)
System\Windows\Automation\Provider\ITableProvider.cs (1)
30RowOrColumnMajor RowOrColumnMajor