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