6 references to CriticalFromHwnd
PresentationCore (6)
Core\CSharp\MS\Internal\Automation\ElementUtil.cs (1)
177HwndSource hwndSource = HwndSource.CriticalFromHwnd(hwnd);
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (1)
569return HwndSource.CriticalFromHwnd(hwnd);
Core\CSharp\System\Windows\Input\MouseDevice.cs (1)
2218sourceHit = HwndSource.CriticalFromHwnd(hwndHit);
Core\CSharp\System\Windows\Interop\HwndKeyboardInputProvider.cs (1)
829HwndSource hwndSource = HwndSource.CriticalFromHwnd(hwnd);
Core\CSharp\System\Windows\Interop\HwndMouseInputProvider.cs (1)
1135hwndSource = HwndSource.CriticalFromHwnd(hwnd);
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
774return CriticalFromHwnd(hwnd);