9 references to CriticalFromHwnd
PresentationCore (9)
MS\Internal\Automation\ElementUtil.cs (1)
166HwndSource hwndSource = HwndSource.CriticalFromHwnd(hwnd);
System\Windows\Input\AccessKeyManager.cs (1)
488return HwndSource.CriticalFromHwnd(hwnd);
System\Windows\Input\MouseDevice.cs (1)
2120sourceHit = HwndSource.CriticalFromHwnd(hwndHit);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
2943sourceHit = HwndSource.CriticalFromHwnd(hwndHit); 3520HwndSource sourceHit = HwndSource.CriticalFromHwnd(hwnd);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1576HwndSource newHwndSource = HwndSource.CriticalFromHwnd(hwndHit);
System\Windows\InterOp\HwndKeyboardInputProvider.cs (1)
754HwndSource hwndSource = HwndSource.CriticalFromHwnd(hwnd);
System\Windows\InterOp\HwndMouseInputProvider.cs (1)
1198hwndSource = HwndSource.CriticalFromHwnd(hwnd);
System\Windows\InterOp\HwndSource.cs (1)
677return CriticalFromHwnd(hwnd);