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