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