1 write to _inputManager
PresentationCore (1)
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (1)
282
_inputManager
= inputManager;
5 references to _inputManager
PresentationCore (5)
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (5)
283
_inputManager
.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput);
284
_inputManager
.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
564
_altNumpadcomposition = new TextComposition(
_inputManager
, (IInputElement)keyArgs.Source, "", TextCompositionAutoComplete.Off, keyArgs.Device);
776
_deadCharTextComposition = new DeadCharTextComposition(
_inputManager
, (IInputElement)null, inputText , TextCompositionAutoComplete.Off, InputManager.Current.PrimaryKeyboardDevice);
798
TextComposition composition = new TextComposition(
_inputManager
, (IInputElement)e.StagingItem.Input.Source, inputText, TextCompositionAutoComplete.On, InputManager.Current.PrimaryKeyboardDevice);