6 references to ControlKey
PresentationCore (3)
System\Windows\DragDrop.cs (3)
534
DragDropKeyStates.
ControlKey
|
1241
ctrlKeyDown = ((int)(e.KeyStates & DragDropKeyStates.
ControlKey
) != 0);
1269
ctrlKeyDown = ((int)(e.KeyStates & DragDropKeyStates.
ControlKey
) != 0);
PresentationFramework (3)
System\windows\Documents\TextEditorDragDrop.cs (3)
323
bool ctrlKeyDown = ((int)(e.KeyStates & DragDropKeyStates.
ControlKey
) != 0);
347
bool ctrlKeyDown = ((int)(e.KeyStates & DragDropKeyStates.
ControlKey
) != 0);
534
if ((int)(e.KeyStates & DragDropKeyStates.
ControlKey
) != 0)