1 write to _peer
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\WindowProviderWrapper.cs (1)
50_peer = peer;
9 references to _peer
PresentationCore (9)
Core\CSharp\MS\Internal\Automation\WindowProviderWrapper.cs (9)
67ElementUtil.Invoke( _peer, new DispatcherOperationCallback( SetVisualState ), state ); 72ElementUtil.Invoke( _peer, new DispatcherOperationCallback( Close ), null ); 77return (bool)ElementUtil.Invoke( _peer, new DispatcherOperationCallback( WaitForInputIdle ), milliseconds ); 84return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetMaximizable ), null ); 92return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetMinimizable ), null ); 100return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetIsModal ), null ); 108return (WindowVisualState) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetVisualState ), null ); 116return (WindowInteractionState) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetInteractionState ), null ); 124return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetIsTopmost ), null );