1 write to _iface
PresentationCore (1)
MS\Internal\Automation\RangeValueProviderWrapper.cs (1)
48
_iface
= iface;
7 references to _iface
PresentationCore (7)
MS\Internal\Automation\RangeValueProviderWrapper.cs (7)
143
_iface
.SetValue( (double)arg );
149
return
_iface
.Value;
154
return
_iface
.IsReadOnly;
159
return
_iface
.Maximum;
164
return
_iface
.Minimum;
169
return
_iface
.LargeChange;
174
return
_iface
.SmallChange;