9 references to TableStructure
PresentationFramework (9)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (6)
64
|| value is ListStructure || value is
TableStructure
)
71
typeof(ParagraphStructure), typeof(FigureStructure), typeof(ListStructure), typeof(
TableStructure
)),
238
if (value is ParagraphStructure || value is
TableStructure
|| value is ListStructure || value is FigureStructure)
245
typeof(ParagraphStructure), typeof(
TableStructure
), typeof(ListStructure), typeof(FigureStructure)), "value");
421
if (value is ParagraphStructure || value is
TableStructure
|| value is ListStructure || value is FigureStructure)
427
typeof(ParagraphStructure), typeof(
TableStructure
), typeof(ListStructure), typeof(FigureStructure)), nameof(value));
System\Windows\Documents\DocumentStructures\StoryFragments.cs (2)
101
|| value is ListStructure || value is
TableStructure
|| value is StoryBreak)
108
typeof(SectionStructure), typeof(ParagraphStructure), typeof(FigureStructure), typeof(ListStructure), typeof(
TableStructure
), typeof(StoryBreak)),
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
229
typeof(System.Windows.Documents.DocumentStructures.
TableStructure
),