1 write to _peer
PresentationCore (1)
MS\Internal\Automation\WindowProviderWrapper.cs (1)
43_peer = peer;
9 references to _peer
PresentationCore (9)
MS\Internal\Automation\WindowProviderWrapper.cs (9)
60ElementUtil.Invoke( _peer, new DispatcherOperationCallback( SetVisualState ), state ); 65ElementUtil.Invoke( _peer, new DispatcherOperationCallback( Close ), null ); 70return (bool)ElementUtil.Invoke( _peer, new DispatcherOperationCallback( WaitForInputIdle ), milliseconds ); 77return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetMaximizable ), null ); 85return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetMinimizable ), null ); 93return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetIsModal ), null ); 101return (WindowVisualState) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetVisualState ), null ); 109return (WindowInteractionState) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetInteractionState ), null ); 117return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetIsTopmost ), null );