16 references to CellParagraph
PresentationFramework (16)
src\Framework\MS\Internal\LayoutDump.cs (1)
961
CellParagraph cellParagraph = cellParaClient.
CellParagraph
;
src\Framework\MS\Internal\PtsHost\CellParaClient.cs (15)
177
if(
CellParagraph
.StructuralCache.DtrList != null && breakRecordIn != null)
179
CellParagraph
.InvalidateStructure(TextContainerHelper.GetCPFromElement(
CellParagraph
.StructuralCache.TextContainer,
CellParagraph
.Element, ElementEdge.BeforeStart));
184
CellParagraph
.GetParaProperties(ref fspap);
198
CellParagraph
.FormatParaFinite(this, breakRecordIn,
251
if(
CellParagraph
.StructuralCache.DtrList != null)
253
CellParagraph
.InvalidateStructure(TextContainerHelper.GetCPFromElement(
CellParagraph
.StructuralCache.TextContainer,
CellParagraph
.Element, ElementEdge.BeforeStart));
257
CellParagraph
.GetParaProperties(ref fspap);
259
CellParagraph
.FormatParaBottomless(this, PTS.FromBoolean(false),
308
CellParagraph
.GetParaProperties(ref fspap);
310
CellParagraph
.UpdateBottomlessPara(_paraHandle.Value, this,
424
internal TableCell Cell { get { return (
CellParagraph
.Cell); } }