1 write to _iface
PresentationCore (1)
MS\Internal\Automation\RangeValueProviderWrapper.cs (1)
44
_iface
= iface;
7 references to _iface
PresentationCore (7)
MS\Internal\Automation\RangeValueProviderWrapper.cs (7)
139
_iface
.SetValue( (double)arg );
145
return
_iface
.Value;
150
return
_iface
.IsReadOnly;
155
return
_iface
.Maximum;
160
return
_iface
.Minimum;
165
return
_iface
.LargeChange;
170
return
_iface
.SmallChange;