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