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