1 write to _iface
PresentationCore (1)
MS\Internal\Automation\GridItemProviderWrapper.cs (1)
48
_iface
= iface;
5 references to _iface
PresentationCore (5)
MS\Internal\Automation\GridItemProviderWrapper.cs (5)
130
return
_iface
.Row;
135
return
_iface
.Column;
140
return
_iface
.RowSpan;
145
return
_iface
.ColumnSpan;
150
return
_iface
.ContainingGrid;