3 writes to _firstChild
PresentationFramework (3)
MS\Internal\PtsHost\TableParagraph.cs (3)
51
_firstChild
= null;
274
_firstChild
= new RowParagraph(tableRow, StructuralCache);
541
_firstChild
= null;
8 references to _firstChild
PresentationFramework (8)
MS\Internal\PtsHost\TableParagraph.cs (8)
42
BaseParagraph paraChild =
_firstChild
;
259
if(
_firstChild
== null)
276
((RowParagraph)
_firstChild
).CalculateRowSpans();
280
if(
_firstChild
!= null)
283
pnmFirstRow =
_firstChild
.Handle;
437
RowParagraph currentParagraph =
_firstChild
as RowParagraph;
457
RowParagraph currentParagraph =
_firstChild
as RowParagraph;
535
BaseParagraph paraInvalid =
_firstChild
;