7 references to Paragraph
PresentationFramework (7)
System\Windows\Markup\KnownTypes.cs (7)
1429case KnownElements.Paragraph: o = new System.Windows.Documents.Paragraph(); break; 2221return KnownElements.Paragraph; 2508case KnownElements.Paragraph: return (o as System.Windows.Documents.Paragraph).Inlines; 2695case KnownElements.Paragraph: 3320case KnownElements.Paragraph: 4599case KnownElements.Paragraph: 5985case KnownElements.Paragraph: t = typeof(System.Windows.Documents.Paragraph); break;