2 implementations of WaitForInputIdle
PresentationCore (1)
MS\Internal\Automation\WindowProviderWrapper.cs (1)
69public bool WaitForInputIdle( int milliseconds )
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
394bool IWindowProvider.WaitForInputIdle( int milliseconds )
1 reference to WaitForInputIdle
PresentationCore (1)
MS\Internal\Automation\WindowProviderWrapper.cs (1)
156return _iface.WaitForInputIdle( (int) arg );