7 references to Paragraph
PresentationFramework (7)
src\Framework\System\Windows\Markup\KnownTypes.cs (7)
1437case KnownElements.Paragraph: o = new System.Windows.Documents.Paragraph(); break; 2225return KnownElements.Paragraph; 2508case KnownElements.Paragraph: return (o as System.Windows.Documents.Paragraph).Inlines; 2696case KnownElements.Paragraph: 3321case KnownElements.Paragraph: 4596case KnownElements.Paragraph: 5982case KnownElements.Paragraph: t = typeof(System.Windows.Documents.Paragraph); break;