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