1 write to _peer
PresentationCore (1)
MS\Internal\Automation\MultipleViewProviderWrapper.cs (1)
42
_peer
= peer;
4 references to _peer
PresentationCore (4)
MS\Internal\Automation\MultipleViewProviderWrapper.cs (4)
59
return (string) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetViewName ), viewID );
64
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( SetCurrentView ), viewID );
71
return (int) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetCurrentView ), null );
77
return (int []) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetSupportedViews ), null );