8 references to ParagraphStructure
PresentationFramework (8)
src\Framework\System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (6)
85
if (value is
ParagraphStructure
|| value is FigureStructure
93
typeof(
ParagraphStructure
), typeof(FigureStructure), typeof(ListStructure), typeof(TableStructure)),
273
if (value is
ParagraphStructure
|| value is TableStructure || value is ListStructure || value is FigureStructure)
280
typeof(
ParagraphStructure
), typeof(TableStructure), typeof(ListStructure), typeof(FigureStructure)), "value");
468
if (value is
ParagraphStructure
|| value is TableStructure || value is ListStructure || value is FigureStructure)
474
typeof(
ParagraphStructure
), typeof(TableStructure), typeof(ListStructure), typeof(FigureStructure)), "value");
src\Framework\System\Windows\Documents\DocumentStructures\StoryFragments.cs (2)
123
if (value is SectionStructure || value is
ParagraphStructure
|| value is FigureStructure
131
typeof(SectionStructure), typeof(
ParagraphStructure
), typeof(FigureStructure), typeof(ListStructure), typeof(TableStructure), typeof(StoryBreak)),