8 references to ListStructure
PresentationFramework (8)
src\Framework\System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (6)
86
|| value is
ListStructure
|| value is TableStructure )
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)
124
|| value is
ListStructure
|| value is TableStructure || value is StoryBreak)
131
typeof(SectionStructure), typeof(ParagraphStructure), typeof(FigureStructure), typeof(
ListStructure
), typeof(TableStructure), typeof(StoryBreak)),