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)
49
if(
_cellParagraphs
!= null)
51
for(int index = 0; index <
_cellParagraphs
.Length; index++)
53
_cellParagraphs
[index].Dispose();
243
rgnmCell[i] =
_cellParagraphs
[j].Handle;
301
Invariant.Assert(
_cellParagraphs
== null);
307
_cellParagraphs
[cellIndex] = new CellParagraph(Row.Cells[cellIndex], StructuralCache);
373
internal CellParagraph[] Cells { get { return
_cellParagraphs
; } }
393
for(int index = 0; index <
_cellParagraphs
.Length; index++)
395
if(
_cellParagraphs
[index].Cell == cell)
397
return
_cellParagraphs
[index];