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