2 references to DefaultTextStoreTextComposition
PresentationCore (2)
System\Windows\Input\DefaultTextStore.cs (2)
150
_composition = new
DefaultTextStoreTextComposition
(InputManager.Current, Keyboard.FocusedElement, result, TextCompositionAutoComplete.On);
180
_composition = new
DefaultTextStoreTextComposition
(InputManager.Current, Keyboard.FocusedElement, "", TextCompositionAutoComplete.Off);