1 write to _iface
PresentationCore (1)
MS\Internal\Automation\ScrollProviderWrapper.cs (1)
46
_iface
= iface;
8 references to _iface
PresentationCore (8)
MS\Internal\Automation\ScrollProviderWrapper.cs (8)
147
_iface
.Scroll( args[ 0 ], args[ 1 ] );
154
_iface
.SetScrollPercent( args[ 0 ], args[ 1 ] );
160
return
_iface
.HorizontalScrollPercent;
165
return
_iface
.VerticalScrollPercent;
170
return
_iface
.HorizontalViewSize;
175
return
_iface
.VerticalViewSize;
180
return
_iface
.HorizontallyScrollable;
185
return
_iface
.VerticallyScrollable;