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