9 references to ParagraphStructure
PresentationFramework (9)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (6)
63if (value is ParagraphStructure || value is FigureStructure 71typeof(ParagraphStructure), typeof(FigureStructure), typeof(ListStructure), typeof(TableStructure)), 238if (value is ParagraphStructure || value is TableStructure || value is ListStructure || value is FigureStructure) 245typeof(ParagraphStructure), typeof(TableStructure), typeof(ListStructure), typeof(FigureStructure)), "value"); 421if (value is ParagraphStructure || value is TableStructure || value is ListStructure || value is FigureStructure) 427typeof(ParagraphStructure), typeof(TableStructure), typeof(ListStructure), typeof(FigureStructure)), nameof(value));
System\Windows\Documents\DocumentStructures\StoryFragments.cs (2)
100if (value is SectionStructure || value is ParagraphStructure || value is FigureStructure 108typeof(SectionStructure), typeof(ParagraphStructure), typeof(FigureStructure), typeof(ListStructure), typeof(TableStructure), typeof(StoryBreak)),
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
221typeof(System.Windows.Documents.DocumentStructures.ParagraphStructure),