3 references to CreateComposition
PresentationFramework (3)
System\Windows\Documents\ImmComposition.cs (2)
509FrameworkTextComposition composition = TextStore.CreateComposition(_editor, this); 846FrameworkTextComposition composition = TextStore.CreateComposition(_editor, this);
System\Windows\Documents\TextStore.cs (1)
3625FrameworkTextComposition composition = CreateComposition(this.TextEditor, this);