4 writes to ForceTarget
PresentationCore (4)
System\Windows\InterOp\HwndSource.cs (4)
2317Keyboard.PrimaryDevice.ForceTarget = focusElement; 2322Keyboard.PrimaryDevice.ForceTarget = null; 2375Keyboard.PrimaryDevice.ForceTarget = focusSink as IInputElement; 2411Keyboard.PrimaryDevice.ForceTarget = null;
2 references to ForceTarget
PresentationCore (2)
System\Windows\Input\KeyboardDevice.cs (2)
59if(null != ForceTarget) 60return ForceTarget;