14 references to UnsecureCurrent
PresentationCore (14)
System\Windows\Input\InputManager.cs (1)
436UnsecureCurrent.NotifyHitTestInvalidated();
System\Windows\Input\Keyboard.cs (1)
362KeyboardDevice keyboardDevice = InputManager.UnsecureCurrent.PrimaryKeyboardDevice;
System\Windows\Input\ManipulationDevice.cs (1)
28_inputManager = InputManager.UnsecureCurrent;
System\Windows\Input\Mouse.cs (1)
616mouseDevice = InputManager.UnsecureCurrent.PrimaryMouseDevice;
System\Windows\Input\Stylus\Common\StylusLogic.cs (2)
264_currentStylusLogic = new PointerLogic(InputManager.UnsecureCurrent); 268_currentStylusLogic = new WispLogic(InputManager.UnsecureCurrent);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (3)
875InputManager.UnsecureCurrent.ProcessInput(irea); 1053InputManager.UnsecureCurrent.ProcessInput(lostCapture); 1062InputManager.UnsecureCurrent.ProcessInput(gotCapture);
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
523mouseDevice = InputManager.UnsecureCurrent.PrimaryMouseDevice;
System\Windows\Input\TouchDevice.cs (1)
31_inputManager = InputManager.UnsecureCurrent;
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
279InputManager.UnsecureCurrent.ProcessInput(irea);
System\Windows\InterOp\HwndSource.cs (1)
2415InputManager.UnsecureCurrent.RaiseTranslateAccelerator(bubbleArgs);
System\Windows\Media\MediaContext.cs (1)
1836InputManager.UnsecureCurrent.InvalidateInputDevices();