7 references to UnsecureCurrent
PresentationCore (7)
Core\CSharp\System\Windows\Input\InputManager.cs (1)
608UnsecureCurrent.NotifyHitTestInvalidated();
Core\CSharp\System\Windows\Input\Keyboard.cs (1)
373KeyboardDevice keyboardDevice = InputManager.UnsecureCurrent.PrimaryKeyboardDevice;
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (1)
44_inputManager = InputManager.UnsecureCurrent;
Core\CSharp\System\Windows\Input\Mouse.cs (1)
635mouseDevice = InputManager.UnsecureCurrent.PrimaryMouseDevice;
Core\CSharp\System\Windows\Input\TouchDevice.cs (1)
56_inputManager = InputManager.UnsecureCurrent;
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
2769InputManager.UnsecureCurrent.RaiseTranslateAccelerator(bubbleArgs);
Core\CSharp\System\Windows\Media\MediaContext.cs (1)
1913InputManager.UnsecureCurrent.InvalidateInputDevices();