2 implementations of IWindowProvider
PresentationCore (1)
MS\Internal\Automation\WindowProviderWrapper.cs (1)
31internal class WindowProviderWrapper: MarshalByRefObject, IWindowProvider
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
26IWindowProvider,
17 references to IWindowProvider
PresentationCore (3)
MS\Internal\Automation\WindowProviderWrapper.cs (3)
41private WindowProviderWrapper( AutomationPeer peer, IWindowProvider iface) 134return new WindowProviderWrapper( peer, (IWindowProvider) iface ); 206private IWindowProvider _iface;
UIAutomationClient (14)
MS\Internal\Automation\HwndProxyElementProvider.cs (14)
288void IWindowProvider.SetVisualState( WindowVisualState state ) 302if (((IWindowProvider)this).VisualState == WindowVisualState.Normal) 333if (!((IWindowProvider)this).Minimizable) 337if (((IWindowProvider)this).VisualState == WindowVisualState.Minimized) 354if ( ! ((IWindowProvider)this).Maximizable ) 358if (((IWindowProvider)this).VisualState == WindowVisualState.Maximized) 383void IWindowProvider.Close() 393bool IWindowProvider.WaitForInputIdle( int milliseconds ) 481bool IWindowProvider.Maximizable 500bool IWindowProvider.Minimizable 519bool IWindowProvider.IsModal 540WindowVisualState IWindowProvider.VisualState 560WindowInteractionState IWindowProvider.InteractionState 604bool IWindowProvider.IsTopmost