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