7 references to Paragraph
PresentationFramework (7)
System\Windows\Markup\KnownTypes.cs (7)
1430case KnownElements.Paragraph: o = new System.Windows.Documents.Paragraph(); break; 2222return KnownElements.Paragraph; 2509case KnownElements.Paragraph: return (o as System.Windows.Documents.Paragraph).Inlines; 2696case KnownElements.Paragraph: 3321case KnownElements.Paragraph: 4600case KnownElements.Paragraph: 5986case KnownElements.Paragraph: t = typeof(System.Windows.Documents.Paragraph); break;