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