14 references to UnsecureCurrent
PresentationCore (14)
System\Windows\Input\InputManager.cs (1)
445
UnsecureCurrent
.NotifyHitTestInvalidated();
System\Windows\Input\Keyboard.cs (1)
370
KeyboardDevice keyboardDevice = InputManager.
UnsecureCurrent
.PrimaryKeyboardDevice;
System\Windows\Input\ManipulationDevice.cs (1)
38
_inputManager = InputManager.
UnsecureCurrent
;
System\Windows\Input\Mouse.cs (1)
625
mouseDevice = InputManager.
UnsecureCurrent
.PrimaryMouseDevice;
System\Windows\Input\Stylus\Common\StylusLogic.cs (2)
275
_currentStylusLogic = new PointerLogic(InputManager.
UnsecureCurrent
);
279
_currentStylusLogic = new WispLogic(InputManager.
UnsecureCurrent
);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (3)
882
InputManager.
UnsecureCurrent
.ProcessInput(irea);
1058
InputManager.
UnsecureCurrent
.ProcessInput(lostCapture);
1065
InputManager.
UnsecureCurrent
.ProcessInput(gotCapture);
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
536
mouseDevice = InputManager.
UnsecureCurrent
.PrimaryMouseDevice;
System\Windows\Input\TouchDevice.cs (1)
44
_inputManager = InputManager.
UnsecureCurrent
;
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
285
InputManager.
UnsecureCurrent
.ProcessInput(irea);
System\Windows\InterOp\HwndSource.cs (1)
2427
InputManager.
UnsecureCurrent
.RaiseTranslateAccelerator(bubbleArgs);
System\Windows\Media\MediaContext.cs (1)
1861
InputManager.
UnsecureCurrent
.InvalidateInputDevices();