7 references to Paragraph
PresentationFramework (7)
System\Windows\Markup\KnownTypes.cs (7)
1436case KnownElements.Paragraph: o = new System.Windows.Documents.Paragraph(); break; 2228return KnownElements.Paragraph; 2515case KnownElements.Paragraph: return (o as System.Windows.Documents.Paragraph).Inlines; 2702case KnownElements.Paragraph: 3327case KnownElements.Paragraph: 4606case KnownElements.Paragraph: 5992case KnownElements.Paragraph: t = typeof(System.Windows.Documents.Paragraph); break;