1 write to _peer
PresentationCore (1)
MS\Internal\Automation\WindowProviderWrapper.cs (1)
47_peer = peer;
9 references to _peer
PresentationCore (9)
MS\Internal\Automation\WindowProviderWrapper.cs (9)
64ElementUtil.Invoke( _peer, new DispatcherOperationCallback( SetVisualState ), state ); 69ElementUtil.Invoke( _peer, new DispatcherOperationCallback( Close ), null ); 74return (bool)ElementUtil.Invoke( _peer, new DispatcherOperationCallback( WaitForInputIdle ), milliseconds ); 81return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetMaximizable ), null ); 89return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetMinimizable ), null ); 97return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetIsModal ), null ); 105return (WindowVisualState) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetVisualState ), null ); 113return (WindowInteractionState) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetInteractionState ), null ); 121return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetIsTopmost ), null );