4 writes to ForceTarget
PresentationCore (4)
System\Windows\InterOp\HwndSource.cs (4)
2324
Keyboard.PrimaryDevice.
ForceTarget
= focusElement;
2329
Keyboard.PrimaryDevice.
ForceTarget
= null;
2382
Keyboard.PrimaryDevice.
ForceTarget
= focusSink as IInputElement;
2422
Keyboard.PrimaryDevice.
ForceTarget
= null;
2 references to ForceTarget
PresentationCore (2)
System\Windows\Input\KeyboardDevice.cs (2)
56
if(null !=
ForceTarget
)
57
return
ForceTarget
;