1 write to _element
PresentationFramework (1)
MS\Internal\PtsHost\BaseParagraph.cs (1)
47
_element
= element;
13 references to _element
PresentationFramework (13)
MS\Internal\PtsHost\BaseParagraph.cs (6)
224
fspap.fKeepWithNext = PTS.FromBoolean(DynamicPropertyReader.GetKeepWithNext(
_element
));
226
fspap.fBreakPageBefore =
_element
is Block ? PTS.FromBoolean(StructuralCache.CurrentFormatContext.FinitePage && ((Block)
_element
).BreakPageBefore) : PTS.FromBoolean(false);
228
fspap.fBreakColumnBefore =
_element
is Block ? PTS.FromBoolean(((Block)
_element
).BreakColumnBefore) : PTS.FromBoolean(false);
351
return
_element
;
MS\Internal\PtsHost\SubpageParagraph.cs (7)
87
_mainTextSegment = new ContainerParagraph(
_element
, _structuralCache);
207
ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(
_element
);
208
double lineHeight = DynamicPropertyReader.GetLineHeightValue(
_element
);
380
ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(
_element
);
382
double lineHeight = DynamicPropertyReader.GetLineHeightValue(
_element
);
541
ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(
_element
);
542
double lineHeight = DynamicPropertyReader.GetLineHeightValue(
_element
);