1 write to _element
PresentationFramework (1)
MS\Internal\PtsHost\BaseParagraph.cs (1)
44
_element
= element;
13 references to _element
PresentationFramework (13)
MS\Internal\PtsHost\BaseParagraph.cs (6)
221
fspap.fKeepWithNext = PTS.FromBoolean(DynamicPropertyReader.GetKeepWithNext(
_element
));
223
fspap.fBreakPageBefore =
_element
is Block ? PTS.FromBoolean(StructuralCache.CurrentFormatContext.FinitePage && ((Block)
_element
).BreakPageBefore) : PTS.FromBoolean(false);
225
fspap.fBreakColumnBefore =
_element
is Block ? PTS.FromBoolean(((Block)
_element
).BreakColumnBefore) : PTS.FromBoolean(false);
348
return
_element
;
MS\Internal\PtsHost\SubpageParagraph.cs (7)
73
_mainTextSegment = new ContainerParagraph(
_element
, _structuralCache);
191
ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(
_element
);
192
double lineHeight = DynamicPropertyReader.GetLineHeightValue(
_element
);
364
ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(
_element
);
366
double lineHeight = DynamicPropertyReader.GetLineHeightValue(
_element
);
525
ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(
_element
);
526
double lineHeight = DynamicPropertyReader.GetLineHeightValue(
_element
);