2 implementations of IWindowProvider
PresentationCore (1)
MS\Internal\Automation\WindowProviderWrapper.cs (1)
32internal class WindowProviderWrapper: MarshalByRefObject, IWindowProvider
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
27IWindowProvider,
17 references to IWindowProvider
PresentationCore (3)
MS\Internal\Automation\WindowProviderWrapper.cs (3)
42private WindowProviderWrapper( AutomationPeer peer, IWindowProvider iface) 135return new WindowProviderWrapper( peer, (IWindowProvider) iface ); 207private IWindowProvider _iface;
UIAutomationClient (14)
MS\Internal\Automation\HwndProxyElementProvider.cs (14)
289void IWindowProvider.SetVisualState( WindowVisualState state ) 303if (((IWindowProvider)this).VisualState == WindowVisualState.Normal) 334if (!((IWindowProvider)this).Minimizable) 338if (((IWindowProvider)this).VisualState == WindowVisualState.Minimized) 355if ( ! ((IWindowProvider)this).Maximizable ) 359if (((IWindowProvider)this).VisualState == WindowVisualState.Maximized) 384void IWindowProvider.Close() 394bool IWindowProvider.WaitForInputIdle( int milliseconds ) 482bool IWindowProvider.Maximizable 501bool IWindowProvider.Minimizable 520bool IWindowProvider.IsModal 541WindowVisualState IWindowProvider.VisualState 561WindowInteractionState IWindowProvider.InteractionState 605bool IWindowProvider.IsTopmost