9 references to ParagraphStructure
PresentationFramework (9)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (6)
62
if (value is
ParagraphStructure
|| value is FigureStructure
70
typeof(
ParagraphStructure
), typeof(FigureStructure), typeof(ListStructure), typeof(TableStructure)),
237
if (value is
ParagraphStructure
|| value is TableStructure || value is ListStructure || value is FigureStructure)
244
typeof(
ParagraphStructure
), typeof(TableStructure), typeof(ListStructure), typeof(FigureStructure)), nameof(value));
420
if (value is
ParagraphStructure
|| value is TableStructure || value is ListStructure || value is FigureStructure)
426
typeof(
ParagraphStructure
), typeof(TableStructure), typeof(ListStructure), typeof(FigureStructure)), nameof(value));
System\Windows\Documents\DocumentStructures\StoryFragments.cs (2)
99
if (value is SectionStructure || value is
ParagraphStructure
|| value is FigureStructure
107
typeof(SectionStructure), typeof(
ParagraphStructure
), typeof(FigureStructure), typeof(ListStructure), typeof(TableStructure), typeof(StoryBreak)),
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
220
typeof(System.Windows.Documents.DocumentStructures.
ParagraphStructure
),