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