2 writes to _cellParagraphs
PresentationFramework (2)
MS\Internal\PtsHost\RowParagraph.cs (2)
52_cellParagraphs = null; 300_cellParagraphs = new CellParagraph[Row.Cells.Count];
10 references to _cellParagraphs
PresentationFramework (10)
MS\Internal\PtsHost\RowParagraph.cs (10)
45if(_cellParagraphs != null) 47for(int index = 0; index < _cellParagraphs.Length; index++) 49_cellParagraphs[index].Dispose(); 240rgnmCell[i] = _cellParagraphs[j].Handle; 298Invariant.Assert(_cellParagraphs == null); 304_cellParagraphs[cellIndex] = new CellParagraph(Row.Cells[cellIndex], StructuralCache); 370internal CellParagraph[] Cells { get { return _cellParagraphs; } } 390for(int index = 0; index < _cellParagraphs.Length; index++) 392if(_cellParagraphs[index].Cell == cell) 394return _cellParagraphs[index];