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