3 writes to _firstChild
PresentationFramework (3)
MS\Internal\PtsHost\TableParagraph.cs (3)
50
_firstChild
= null;
273
_firstChild
= new RowParagraph(tableRow, StructuralCache);
540
_firstChild
= null;
8 references to _firstChild
PresentationFramework (8)
MS\Internal\PtsHost\TableParagraph.cs (8)
41
BaseParagraph paraChild =
_firstChild
;
258
if(
_firstChild
== null)
275
((RowParagraph)
_firstChild
).CalculateRowSpans();
279
if(
_firstChild
!= null)
282
pnmFirstRow =
_firstChild
.Handle;
436
RowParagraph currentParagraph =
_firstChild
as RowParagraph;
456
RowParagraph currentParagraph =
_firstChild
as RowParagraph;
534
BaseParagraph paraInvalid =
_firstChild
;