2 references to IsExtendedKey
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndKeyboardInputProvider.cs (1)
590
bool isExtendedKey =
IsExtendedKey
(msg.lParam);
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
2700
bool isExtendedKey = HwndKeyboardInputProvider.
IsExtendedKey
(msg.lParam);