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)
45
if(
_cellParagraphs
!= null)
47
for(int index = 0; index <
_cellParagraphs
.Length; index++)
49
_cellParagraphs
[index].Dispose();
240
rgnmCell[i] =
_cellParagraphs
[j].Handle;
298
Invariant.Assert(
_cellParagraphs
== null);
304
_cellParagraphs
[cellIndex] = new CellParagraph(Row.Cells[cellIndex], StructuralCache);
370
internal CellParagraph[] Cells { get { return
_cellParagraphs
; } }
390
for(int index = 0; index <
_cellParagraphs
.Length; index++)
392
if(
_cellParagraphs
[index].Cell == cell)
394
return
_cellParagraphs
[index];