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