2 writes to _cellParagraphs
PresentationFramework (2)
MS\Internal\PtsHost\RowParagraph.cs (2)
56_cellParagraphs = null; 303_cellParagraphs = new CellParagraph[Row.Cells.Count];
10 references to _cellParagraphs
PresentationFramework (10)
MS\Internal\PtsHost\RowParagraph.cs (10)
49if(_cellParagraphs != null) 51for(int index = 0; index < _cellParagraphs.Length; index++) 53_cellParagraphs[index].Dispose(); 243rgnmCell[i] = _cellParagraphs[j].Handle; 301Invariant.Assert(_cellParagraphs == null); 307_cellParagraphs[cellIndex] = new CellParagraph(Row.Cells[cellIndex], StructuralCache); 373internal CellParagraph[] Cells { get { return _cellParagraphs; } } 393for(int index = 0; index < _cellParagraphs.Length; index++) 395if(_cellParagraphs[index].Cell == cell) 397return _cellParagraphs[index];