1 write to _peer
PresentationCore (1)
MS\Internal\Automation\RangeValueProviderWrapper.cs (1)
47_peer = peer;
7 references to _peer
PresentationCore (7)
MS\Internal\Automation\RangeValueProviderWrapper.cs (7)
64ElementUtil.Invoke( _peer, new DispatcherOperationCallback( SetValueInternal ), val ); 71return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetValue ), null ); 79return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetIsReadOnly ), null ); 87return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetMaximum ), null ); 95return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetMinimum ), null ); 103return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetLargeChange ), null ); 111return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetSmallChange ), null );