7 references to Element
PresentationFramework (7)
MS\Internal\PtsHost\PtsHelper.cs (1)
760DependencyObject o = structuralCache.Section.Element;
MS\Internal\PtsHost\PtsPage.cs (1)
1139ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(_section.Element);
MS\Internal\PtsHost\Section.cs (5)
212ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(Element); 214double lineHeight = DynamicPropertyReader.GetLineHeightValue(Element); 240_mainTextSegment = new ContainerParagraph(Element, _structuralCache); 354ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(Element); 356double lineHeight = DynamicPropertyReader.GetLineHeightValue(Element);