1 write to _iface
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\TableProviderWrapper.cs (1)
51
_iface
= iface;
6 references to _iface
PresentationCore (6)
Core\CSharp\MS\Internal\Automation\TableProviderWrapper.cs (6)
133
return
_iface
.GetItem( coords[ 0 ], coords[ 1 ] );
138
return
_iface
.RowCount;
143
return
_iface
.ColumnCount;
148
return
_iface
.GetRowHeaders();
153
return
_iface
.GetColumnHeaders();
158
return
_iface
.RowOrColumnMajor;