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