4 writes to ForceTarget
PresentationCore (4)
System\Windows\InterOp\HwndSource.cs (4)
2340Keyboard.PrimaryDevice.ForceTarget = focusElement; 2345Keyboard.PrimaryDevice.ForceTarget = null; 2398Keyboard.PrimaryDevice.ForceTarget = focusSink as IInputElement; 2434Keyboard.PrimaryDevice.ForceTarget = null;
2 references to ForceTarget
PresentationCore (2)
System\Windows\Input\KeyboardDevice.cs (2)
68if(null != ForceTarget) 69return ForceTarget;