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)
41BaseParagraph paraChild = _firstChild; 258if(_firstChild == null) 275((RowParagraph)_firstChild).CalculateRowSpans(); 279if(_firstChild != null) 282pnmFirstRow = _firstChild.Handle; 436RowParagraph currentParagraph = _firstChild as RowParagraph; 456RowParagraph currentParagraph = _firstChild as RowParagraph; 534BaseParagraph paraInvalid = _firstChild;