16 references to CellParagraph
PresentationFramework (16)
MS\Internal\LayoutDump.cs (1)
955
CellParagraph cellParagraph = cellParaClient.
CellParagraph
;
MS\Internal\PtsHost\CellParaClient.cs (15)
155
if(
CellParagraph
.StructuralCache.DtrList != null && breakRecordIn != IntPtr.Zero)
157
CellParagraph
.InvalidateStructure(TextContainerHelper.GetCPFromElement(
CellParagraph
.StructuralCache.TextContainer,
CellParagraph
.Element, ElementEdge.BeforeStart));
162
CellParagraph
.GetParaProperties(ref fspap);
176
CellParagraph
.FormatParaFinite(this, breakRecordIn,
224
if(
CellParagraph
.StructuralCache.DtrList != null)
226
CellParagraph
.InvalidateStructure(TextContainerHelper.GetCPFromElement(
CellParagraph
.StructuralCache.TextContainer,
CellParagraph
.Element, ElementEdge.BeforeStart));
230
CellParagraph
.GetParaProperties(ref fspap);
232
CellParagraph
.FormatParaBottomless(this, PTS.FromBoolean(false),
276
CellParagraph
.GetParaProperties(ref fspap);
278
CellParagraph
.UpdateBottomlessPara(_paraHandle, this,
392
internal TableCell Cell { get { return (
CellParagraph
.Cell); } }