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