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