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)
60
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( SetValueInternal ), val );
67
return (double) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetValue ), null );
75
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetIsReadOnly ), null );
83
return (double) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetMaximum ), null );
91
return (double) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetMinimum ), null );
99
return (double) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetLargeChange ), null );
107
return (double) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetSmallChange ), null );