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)
44
if(
_cellParagraphs
!= null)
46
for(int index = 0; index <
_cellParagraphs
.Length; index++)
48
_cellParagraphs
[index].Dispose();
239
rgnmCell[i] =
_cellParagraphs
[j].Handle;
297
Invariant.Assert(
_cellParagraphs
== null);
303
_cellParagraphs
[cellIndex] = new CellParagraph(Row.Cells[cellIndex], StructuralCache);
369
internal CellParagraph[] Cells { get { return
_cellParagraphs
; } }
389
for(int index = 0; index <
_cellParagraphs
.Length; index++)
391
if(
_cellParagraphs
[index].Cell == cell)
393
return
_cellParagraphs
[index];