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