16 references to RowOrColumnMajor
PresentationCore (2)
MS\Internal\Automation\TableProviderWrapper.cs (2)
89public RowOrColumnMajor RowOrColumnMajor 93return (RowOrColumnMajor) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetRowOrColumnMajor ), null );
PresentationFramework (6)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (2)
591RowOrColumnMajor ITableProvider.RowOrColumnMajor 595return RowOrColumnMajor.RowMajor;
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (2)
226RowOrColumnMajor ITableProvider.RowOrColumnMajor 230return RowOrColumnMajor.RowMajor;
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (2)
120RowOrColumnMajor ITableProvider.RowOrColumnMajor 122get { 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)
223public RowOrColumnMajor RowOrColumnMajor 227return (RowOrColumnMajor)_el.GetPatternPropertyValue(RowOrColumnMajorProperty, _useCache);
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
807RowOrColumnMajor ITableProvider.RowOrColumnMajor 811return RowOrColumnMajor.RowMajor;
UIAutomationProvider (1)
System\Windows\Automation\Provider\ITableProvider.cs (1)
29RowOrColumnMajor RowOrColumnMajor