5 references to KeyStates
PresentationCore (2)
System\Windows\DragDrop.cs (2)
1233
ctrlKeyDown = ((int)(e.
KeyStates
& DragDropKeyStates.ControlKey) != 0);
1261
ctrlKeyDown = ((int)(e.
KeyStates
& DragDropKeyStates.ControlKey) != 0);
PresentationFramework (3)
System\windows\Documents\TextEditorDragDrop.cs (3)
305
bool ctrlKeyDown = ((int)(e.
KeyStates
& DragDropKeyStates.ControlKey) != 0);
329
bool ctrlKeyDown = ((int)(e.
KeyStates
& DragDropKeyStates.ControlKey) != 0);
516
if ((int)(e.
KeyStates
& DragDropKeyStates.ControlKey) != 0)