1 write to _inputManager
PresentationCore (1)
Core\CSharp\System\Windows\Input\TextServicesManager.cs (1)
43
_inputManager
= inputManager;
2 references to _inputManager
PresentationCore (2)
Core\CSharp\System\Windows\Input\TextServicesManager.cs (2)
45
_inputManager
.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput);
46
_inputManager
.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);