5 references to IsWindowPatternWindow
UIAutomationClient (5)
MS\Internal\Automation\ClientEventManager.cs (2)
610
if ( rawEl != null && !HwndProxyElementProvider.
IsWindowPatternWindow
( NativeMethods.HWND.Cast( hwnd ) ) )
665
if ( HwndProxyElementProvider.
IsWindowPatternWindow
( NativeMethods.HWND.Cast( hwnd ) ) )
MS\Internal\Automation\HwndProxyElementProvider.cs (2)
192
if (
IsWindowPatternWindow
(_hwnd))
1545
_windowPattern =
IsWindowPatternWindow
(_hwnd);
System\Windows\Automation\Automation.cs (1)
201
if ( HwndProxyElementProvider.
IsWindowPatternWindow
( NativeMethods.HWND.Cast( new IntPtr( (int)val ) ) ) )