16 references to CellParagraph
PresentationFramework (16)
MS\Internal\LayoutDump.cs (1)
958CellParagraph cellParagraph = cellParaClient.CellParagraph;
MS\Internal\PtsHost\CellParaClient.cs (15)
160if(CellParagraph.StructuralCache.DtrList != null && breakRecordIn != IntPtr.Zero) 162CellParagraph.InvalidateStructure(TextContainerHelper.GetCPFromElement(CellParagraph.StructuralCache.TextContainer, CellParagraph.Element, ElementEdge.BeforeStart)); 167CellParagraph.GetParaProperties(ref fspap); 181CellParagraph.FormatParaFinite(this, breakRecordIn, 229if(CellParagraph.StructuralCache.DtrList != null) 231CellParagraph.InvalidateStructure(TextContainerHelper.GetCPFromElement(CellParagraph.StructuralCache.TextContainer, CellParagraph.Element, ElementEdge.BeforeStart)); 235CellParagraph.GetParaProperties(ref fspap); 237CellParagraph.FormatParaBottomless(this, PTS.FromBoolean(false), 281CellParagraph.GetParaProperties(ref fspap); 283CellParagraph.UpdateBottomlessPara(_paraHandle.Value, this, 397internal TableCell Cell { get { return (CellParagraph.Cell); } }