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