7 references to Element
PresentationFramework (7)
MS\Internal\PtsHost\PtsHelper.cs (1)
761DependencyObject o = structuralCache.Section.Element;
MS\Internal\PtsHost\PtsPage.cs (1)
1146ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(_section.Element);
MS\Internal\PtsHost\Section.cs (5)
213ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(Element); 215double lineHeight = DynamicPropertyReader.GetLineHeightValue(Element); 241_mainTextSegment = new ContainerParagraph(Element, _structuralCache); 355ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(Element); 357double lineHeight = DynamicPropertyReader.GetLineHeightValue(Element);