1 write to _peer
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\ValueProviderWrapper.cs (1)
50
_peer
= peer;
3 references to _peer
PresentationCore (3)
Core\CSharp\MS\Internal\Automation\ValueProviderWrapper.cs (3)
67
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( SetValueInternal ), val );
74
return (string) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetValue ), null );
82
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetIsReadOnly ), null );