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)
46BaseParagraph paraChild = _firstChild; 264if(_firstChild == null) 281((RowParagraph)_firstChild).CalculateRowSpans(); 285if(_firstChild != null) 288pnmFirstRow = _firstChild.Handle; 442RowParagraph currentParagraph = _firstChild as RowParagraph; 462RowParagraph currentParagraph = _firstChild as RowParagraph; 540BaseParagraph paraInvalid = _firstChild;