1 instantiation of FrameworkRichTextComposition
PresentationFramework (1)
System\Windows\Documents\TextStore.cs (1)
2046composition = new FrameworkRichTextComposition(InputManager.UnsecureCurrent, editor.UiScope, owner);
3 references to FrameworkRichTextComposition
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
323case 230: t = () => typeof(FrameworkRichTextComposition); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4987typeof(System.Windows.Documents.FrameworkRichTextComposition),
System\Windows\Markup\KnownTypes.cs (1)
5777case KnownElements.FrameworkRichTextComposition: t = typeof(System.Windows.Documents.FrameworkRichTextComposition); break;