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