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)
55
if(
_cellParagraphs
!= null)
57
for(int index = 0; index <
_cellParagraphs
.Length; index++)
59
_cellParagraphs
[index].Dispose();
258
rgnmCell[i] =
_cellParagraphs
[j].Handle;
316
Invariant.Assert(
_cellParagraphs
== null);
322
_cellParagraphs
[cellIndex] = new CellParagraph(Row.Cells[cellIndex], StructuralCache);
388
internal CellParagraph[] Cells { get { return
_cellParagraphs
; } }
408
for(int index = 0; index <
_cellParagraphs
.Length; index++)
410
if(
_cellParagraphs
[index].Cell == cell)
412
return
_cellParagraphs
[index];