1 write to _iface
PresentationCore (1)
MS\Internal\Automation\TableProviderWrapper.cs (1)
45
_iface
= iface;
6 references to _iface
PresentationCore (6)
MS\Internal\Automation\TableProviderWrapper.cs (6)
127
return
_iface
.GetItem( coords[ 0 ], coords[ 1 ] );
132
return
_iface
.RowCount;
137
return
_iface
.ColumnCount;
142
return
_iface
.GetRowHeaders();
147
return
_iface
.GetColumnHeaders();
152
return
_iface
.RowOrColumnMajor;