1 write to _iface
PresentationCore (1)
MS\Internal\Automation\ScrollProviderWrapper.cs (1)
45
_iface
= iface;
8 references to _iface
PresentationCore (8)
MS\Internal\Automation\ScrollProviderWrapper.cs (8)
146
_iface
.Scroll( args[ 0 ], args[ 1 ] );
153
_iface
.SetScrollPercent( args[ 0 ], args[ 1 ] );
159
return
_iface
.HorizontalScrollPercent;
164
return
_iface
.VerticalScrollPercent;
169
return
_iface
.HorizontalViewSize;
174
return
_iface
.VerticalViewSize;
179
return
_iface
.HorizontallyScrollable;
184
return
_iface
.VerticallyScrollable;