2 writes to _cellParagraphs
PresentationFramework (2)
MS\Internal\PtsHost\RowParagraph.cs (2)
51_cellParagraphs = null; 299_cellParagraphs = new CellParagraph[Row.Cells.Count];
10 references to _cellParagraphs
PresentationFramework (10)
MS\Internal\PtsHost\RowParagraph.cs (10)
44if(_cellParagraphs != null) 46for(int index = 0; index < _cellParagraphs.Length; index++) 48_cellParagraphs[index].Dispose(); 239rgnmCell[i] = _cellParagraphs[j].Handle; 297Invariant.Assert(_cellParagraphs == null); 303_cellParagraphs[cellIndex] = new CellParagraph(Row.Cells[cellIndex], StructuralCache); 369internal CellParagraph[] Cells { get { return _cellParagraphs; } } 389for(int index = 0; index < _cellParagraphs.Length; index++) 391if(_cellParagraphs[index].Cell == cell) 393return _cellParagraphs[index];