1 write to _peer
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\MultipleViewProviderWrapper.cs (1)
50_peer = peer;
4 references to _peer
PresentationCore (4)
Core\CSharp\MS\Internal\Automation\MultipleViewProviderWrapper.cs (4)
67return (string) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetViewName ), viewID ); 72ElementUtil.Invoke( _peer, new DispatcherOperationCallback( SetCurrentView ), viewID ); 79return (int) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetCurrentView ), null ); 85return (int []) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetSupportedViews ), null );