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