2 writes to _cellParagraphs
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\RowParagraph.cs (2)
62_cellParagraphs = null; 318_cellParagraphs = new CellParagraph[Row.Cells.Count];
10 references to _cellParagraphs
PresentationFramework (10)
src\Framework\MS\Internal\PtsHost\RowParagraph.cs (10)
55if(_cellParagraphs != null) 57for(int index = 0; index < _cellParagraphs.Length; index++) 59_cellParagraphs[index].Dispose(); 258rgnmCell[i] = _cellParagraphs[j].Handle; 316Invariant.Assert(_cellParagraphs == null); 322_cellParagraphs[cellIndex] = new CellParagraph(Row.Cells[cellIndex], StructuralCache); 388internal CellParagraph[] Cells { get { return _cellParagraphs; } } 408for(int index = 0; index < _cellParagraphs.Length; index++) 410if(_cellParagraphs[index].Cell == cell) 412return _cellParagraphs[index];