1 write to _TsfManager
PresentationCore (1)
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (1)
48
_TsfManager
= new SecurityCriticalDataClass<TextServicesManager>(new TextServicesManager(inputManager));
3 references to _TsfManager
PresentationCore (3)
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (3)
319
return
_TsfManager
.Value;
533
if (
_TsfManager
!= null)
534
_TsfManager
.Value.Focus(_focus);