4 writes to ForceTarget
PresentationCore (4)
Core\CSharp\System\Windows\Interop\HwndSource.cs (4)
2681Keyboard.PrimaryDevice.ForceTarget = focusElement; 2686Keyboard.PrimaryDevice.ForceTarget = null; 2740Keyboard.PrimaryDevice.ForceTarget = focusSink as IInputElement; 2776Keyboard.PrimaryDevice.ForceTarget = null;
2 references to ForceTarget
PresentationCore (2)
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (2)
71if(null != ForceTarget) 72return ForceTarget;