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)
42BaseParagraph paraChild = _firstChild; 259if(_firstChild == null) 276((RowParagraph)_firstChild).CalculateRowSpans(); 280if(_firstChild != null) 283pnmFirstRow = _firstChild.Handle; 437RowParagraph currentParagraph = _firstChild as RowParagraph; 457RowParagraph currentParagraph = _firstChild as RowParagraph; 535BaseParagraph paraInvalid = _firstChild;