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