1 write to _peer
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\ScrollProviderWrapper.cs (1)
53
_peer
= peer;
8 references to _peer
PresentationCore (8)
Core\CSharp\MS\Internal\Automation\ScrollProviderWrapper.cs (8)
70
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( Scroll ), new ScrollAmount [ ] { horizontalAmount, verticalAmount } );
75
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( SetScrollPercent ), new double [ ] { horizontalPercent, verticalPercent } );
82
return (double) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetHorizontalScrollPercent ), null );
90
return (double) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetVerticalScrollPercent ), null );
98
return (double) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetHorizontalViewSize ), null );
106
return (double) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetVerticalViewSize ), null );
114
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetHorizontallyScrollable ), null );
122
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetVerticallyScrollable ), null );