5 references to KeyStates
PresentationCore (2)
Core\CSharp\System\Windows\DragDrop.cs (2)
1279
ctrlKeyDown = ((int)(e.
KeyStates
& DragDropKeyStates.ControlKey) != 0);
1307
ctrlKeyDown = ((int)(e.
KeyStates
& DragDropKeyStates.ControlKey) != 0);
PresentationFramework (3)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (3)
335
bool ctrlKeyDown = ((int)(e.
KeyStates
& DragDropKeyStates.ControlKey) != 0);
359
bool ctrlKeyDown = ((int)(e.
KeyStates
& DragDropKeyStates.ControlKey) != 0);
546
if ((int)(e.
KeyStates
& DragDropKeyStates.ControlKey) != 0)