7 references to Element
PresentationFramework (7)
src\Framework\MS\Internal\PtsHost\PtsHelper.cs (1)
867DependencyObject o = structuralCache.Section.Element;
src\Framework\MS\Internal\PtsHost\PtsPage.cs (1)
1261ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(_section.Element);
src\Framework\MS\Internal\PtsHost\Section.cs (5)
224ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(Element); 226double lineHeight = DynamicPropertyReader.GetLineHeightValue(Element); 252_mainTextSegment = new ContainerParagraph(Element, _structuralCache); 372ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(Element); 374double lineHeight = DynamicPropertyReader.GetLineHeightValue(Element);