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