2 references to FrameworkTextComposition
PresentationFramework (2)
src\Framework\System\Windows\Documents\FrameworkRichTextComposition.cs (1)
36internal FrameworkRichTextComposition(InputManager inputManager, IInputElement source, object owner) : base(inputManager, source, owner)
src\Framework\System\Windows\Documents\TextStore.cs (1)
1937composition = new FrameworkTextComposition(InputManager.Current, editor.UiScope, owner);