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