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