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