1 write to _peer
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\RangeValueProviderWrapper.cs (1)
50_peer = peer;
7 references to _peer
PresentationCore (7)
Core\CSharp\MS\Internal\Automation\RangeValueProviderWrapper.cs (7)
67ElementUtil.Invoke( _peer, new DispatcherOperationCallback( SetValueInternal ), val ); 74return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetValue ), null ); 82return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetIsReadOnly ), null ); 90return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetMaximum ), null ); 98return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetMinimum ), null ); 106return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetLargeChange ), null ); 114return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetSmallChange ), null );