4 writes to ForceTarget
PresentationCore (4)
System\Windows\InterOp\HwndSource.cs (4)
2325Keyboard.PrimaryDevice.ForceTarget = focusElement; 2330Keyboard.PrimaryDevice.ForceTarget = null; 2383Keyboard.PrimaryDevice.ForceTarget = focusSink as IInputElement; 2423Keyboard.PrimaryDevice.ForceTarget = null;
2 references to ForceTarget
PresentationCore (2)
System\Windows\Input\KeyboardDevice.cs (2)
57if(null != ForceTarget) 58return ForceTarget;