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