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