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)
64
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( SetValueInternal ), val );
71
return (double) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetValue ), null );
79
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetIsReadOnly ), null );
87
return (double) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetMaximum ), null );
95
return (double) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetMinimum ), null );
103
return (double) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetLargeChange ), null );
111
return (double) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetSmallChange ), null );