9 references to ListStructure
PresentationFramework (9)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (6)
75
|| value is
ListStructure
|| value is TableStructure )
82
typeof(ParagraphStructure), typeof(FigureStructure), typeof(
ListStructure
), typeof(TableStructure)),
249
if (value is ParagraphStructure || value is TableStructure || value is
ListStructure
|| value is FigureStructure)
256
typeof(ParagraphStructure), typeof(TableStructure), typeof(
ListStructure
), typeof(FigureStructure)), "value");
432
if (value is ParagraphStructure || value is TableStructure || value is
ListStructure
|| value is FigureStructure)
438
typeof(ParagraphStructure), typeof(TableStructure), typeof(
ListStructure
), typeof(FigureStructure)), nameof(value));
System\Windows\Documents\DocumentStructures\StoryFragments.cs (2)
112
|| value is
ListStructure
|| value is TableStructure || value is StoryBreak)
119
typeof(SectionStructure), typeof(ParagraphStructure), typeof(FigureStructure), typeof(
ListStructure
), typeof(TableStructure), typeof(StoryBreak)),
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
220
typeof(System.Windows.Documents.DocumentStructures.
ListStructure
),