2 instantiations of DefaultTextStoreTextComposition
PresentationCore (2)
Core\CSharp\System\Windows\Input\DefaultTextStore.cs (2)
176
_composition = new
DefaultTextStoreTextComposition
(InputManager.Current, Keyboard.FocusedElement, result, TextCompositionAutoComplete.On);
207
_composition = new
DefaultTextStoreTextComposition
(InputManager.Current, Keyboard.FocusedElement, "", TextCompositionAutoComplete.Off);