1 write to _iface
PresentationCore (1)
MS\Internal\Automation\TableProviderWrapper.cs (1)
44
_iface
= iface;
6 references to _iface
PresentationCore (6)
MS\Internal\Automation\TableProviderWrapper.cs (6)
126
return
_iface
.GetItem( coords[ 0 ], coords[ 1 ] );
131
return
_iface
.RowCount;
136
return
_iface
.ColumnCount;
141
return
_iface
.GetRowHeaders();
146
return
_iface
.GetColumnHeaders();
151
return
_iface
.RowOrColumnMajor;