1 write to _peer
PresentationCore (1)
MS\Internal\Automation\RangeValueProviderWrapper.cs (1)
43_peer = peer;
7 references to _peer
PresentationCore (7)
MS\Internal\Automation\RangeValueProviderWrapper.cs (7)
60ElementUtil.Invoke( _peer, new DispatcherOperationCallback( SetValueInternal ), val ); 67return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetValue ), null ); 75return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetIsReadOnly ), null ); 83return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetMaximum ), null ); 91return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetMinimum ), null ); 99return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetLargeChange ), null ); 107return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetSmallChange ), null );