6 references to ControlKey
PresentationCore (3)
System\Windows\DragDrop.cs (3)
526
DragDropKeyStates.
ControlKey
|
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)