3 references to hwnd
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndKeyboardInputProvider.cs (1)
595
handled = ReportInput(msg.
hwnd
,
Core\CSharp\System\Windows\Interop\HwndSource.cs (2)
2142
_keyboard.Value.ProcessTextInputAction(msgdata.msg.
hwnd
, (WindowMessage)msgdata.msg.message,
2799
if (hwnd != _lastKeyboardMessage.
hwnd
)