14 references to UnsecureCurrent
PresentationCore (14)
System\Windows\Input\InputManager.cs (1)
450UnsecureCurrent.NotifyHitTestInvalidated();
System\Windows\Input\Keyboard.cs (1)
370KeyboardDevice keyboardDevice = InputManager.UnsecureCurrent.PrimaryKeyboardDevice;
System\Windows\Input\ManipulationDevice.cs (1)
38_inputManager = InputManager.UnsecureCurrent;
System\Windows\Input\Mouse.cs (1)
625mouseDevice = InputManager.UnsecureCurrent.PrimaryMouseDevice;
System\Windows\Input\Stylus\Common\StylusLogic.cs (2)
282_currentStylusLogic = new SecurityCriticalDataClass<StylusLogic>(new PointerLogic(InputManager.UnsecureCurrent)); 286_currentStylusLogic = new SecurityCriticalDataClass<StylusLogic>(new WispLogic(InputManager.UnsecureCurrent));
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (3)
899InputManager.UnsecureCurrent.ProcessInput(irea); 1075InputManager.UnsecureCurrent.ProcessInput(lostCapture); 1082InputManager.UnsecureCurrent.ProcessInput(gotCapture);
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
536mouseDevice = InputManager.UnsecureCurrent.PrimaryMouseDevice;
System\Windows\Input\TouchDevice.cs (1)
44_inputManager = InputManager.UnsecureCurrent;
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
289InputManager.UnsecureCurrent.ProcessInput(irea);
System\Windows\InterOp\HwndSource.cs (1)
2432InputManager.UnsecureCurrent.RaiseTranslateAccelerator(bubbleArgs);
System\Windows\Media\MediaContext.cs (1)
1864InputManager.UnsecureCurrent.InvalidateInputDevices();