1 write to _element
PresentationFramework (1)
MS\Internal\PtsHost\BaseParagraph.cs (1)
45
_element
= element;
13 references to _element
PresentationFramework (13)
MS\Internal\PtsHost\BaseParagraph.cs (6)
222
fspap.fKeepWithNext = PTS.FromBoolean(DynamicPropertyReader.GetKeepWithNext(
_element
));
224
fspap.fBreakPageBefore =
_element
is Block ? PTS.FromBoolean(StructuralCache.CurrentFormatContext.FinitePage && ((Block)
_element
).BreakPageBefore) : PTS.FromBoolean(false);
226
fspap.fBreakColumnBefore =
_element
is Block ? PTS.FromBoolean(((Block)
_element
).BreakColumnBefore) : PTS.FromBoolean(false);
349
return
_element
;
MS\Internal\PtsHost\SubpageParagraph.cs (7)
74
_mainTextSegment = new ContainerParagraph(
_element
, _structuralCache);
192
ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(
_element
);
193
double lineHeight = DynamicPropertyReader.GetLineHeightValue(
_element
);
365
ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(
_element
);
367
double lineHeight = DynamicPropertyReader.GetLineHeightValue(
_element
);
526
ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(
_element
);
527
double lineHeight = DynamicPropertyReader.GetLineHeightValue(
_element
);