16 references to CellParagraph
PresentationFramework (16)
MS\Internal\LayoutDump.cs (1)
956
CellParagraph cellParagraph = cellParaClient.
CellParagraph
;
MS\Internal\PtsHost\CellParaClient.cs (15)
154
if(
CellParagraph
.StructuralCache.DtrList != null && breakRecordIn != IntPtr.Zero)
156
CellParagraph
.InvalidateStructure(TextContainerHelper.GetCPFromElement(
CellParagraph
.StructuralCache.TextContainer,
CellParagraph
.Element, ElementEdge.BeforeStart));
161
CellParagraph
.GetParaProperties(ref fspap);
175
CellParagraph
.FormatParaFinite(this, breakRecordIn,
223
if(
CellParagraph
.StructuralCache.DtrList != null)
225
CellParagraph
.InvalidateStructure(TextContainerHelper.GetCPFromElement(
CellParagraph
.StructuralCache.TextContainer,
CellParagraph
.Element, ElementEdge.BeforeStart));
229
CellParagraph
.GetParaProperties(ref fspap);
231
CellParagraph
.FormatParaBottomless(this, PTS.FromBoolean(false),
275
CellParagraph
.GetParaProperties(ref fspap);
277
CellParagraph
.UpdateBottomlessPara(_paraHandle, this,
391
internal TableCell Cell { get { return (
CellParagraph
.Cell); } }