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