5 references to KeyStates
PresentationCore (2)
System\Windows\DragDrop.cs (2)
1234
ctrlKeyDown = ((int)(e.
KeyStates
& DragDropKeyStates.ControlKey) != 0);
1262
ctrlKeyDown = ((int)(e.
KeyStates
& DragDropKeyStates.ControlKey) != 0);
PresentationFramework (3)
System\windows\Documents\TextEditorDragDrop.cs (3)
306
bool ctrlKeyDown = ((int)(e.
KeyStates
& DragDropKeyStates.ControlKey) != 0);
330
bool ctrlKeyDown = ((int)(e.
KeyStates
& DragDropKeyStates.ControlKey) != 0);
517
if ((int)(e.
KeyStates
& DragDropKeyStates.ControlKey) != 0)