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