14 references to UnsecureCurrent
PresentationCore (14)
System\Windows\Input\InputManager.cs (1)
437
UnsecureCurrent
.NotifyHitTestInvalidated();
System\Windows\Input\Keyboard.cs (1)
363
KeyboardDevice keyboardDevice = InputManager.
UnsecureCurrent
.PrimaryKeyboardDevice;
System\Windows\Input\ManipulationDevice.cs (1)
29
_inputManager = InputManager.
UnsecureCurrent
;
System\Windows\Input\Mouse.cs (1)
617
mouseDevice = InputManager.
UnsecureCurrent
.PrimaryMouseDevice;
System\Windows\Input\Stylus\Common\StylusLogic.cs (2)
265
_currentStylusLogic = new PointerLogic(InputManager.
UnsecureCurrent
);
269
_currentStylusLogic = new WispLogic(InputManager.
UnsecureCurrent
);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (3)
874
InputManager.
UnsecureCurrent
.ProcessInput(irea);
1050
InputManager.
UnsecureCurrent
.ProcessInput(lostCapture);
1057
InputManager.
UnsecureCurrent
.ProcessInput(gotCapture);
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
524
mouseDevice = InputManager.
UnsecureCurrent
.PrimaryMouseDevice;
System\Windows\Input\TouchDevice.cs (1)
32
_inputManager = InputManager.
UnsecureCurrent
;
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
280
InputManager.
UnsecureCurrent
.ProcessInput(irea);
System\Windows\InterOp\HwndSource.cs (1)
2404
InputManager.
UnsecureCurrent
.RaiseTranslateAccelerator(bubbleArgs);
System\Windows\Media\MediaContext.cs (1)
1840
InputManager.
UnsecureCurrent
.InvalidateInputDevices();