5 references to KeyStates
PresentationCore (2)
System\Windows\DragDrop.cs (2)
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)