3 writes to _firstChild
PresentationFramework (3)
MS\Internal\PtsHost\TableParagraph.cs (3)
55
_firstChild
= null;
279
_firstChild
= new RowParagraph(tableRow, StructuralCache);
546
_firstChild
= null;
8 references to _firstChild
PresentationFramework (8)
MS\Internal\PtsHost\TableParagraph.cs (8)
46
BaseParagraph paraChild =
_firstChild
;
264
if(
_firstChild
== null)
281
((RowParagraph)
_firstChild
).CalculateRowSpans();
285
if(
_firstChild
!= null)
288
pnmFirstRow =
_firstChild
.Handle;
442
RowParagraph currentParagraph =
_firstChild
as RowParagraph;
462
RowParagraph currentParagraph =
_firstChild
as RowParagraph;
540
BaseParagraph paraInvalid =
_firstChild
;