3 writes to _firstChild
PresentationFramework (3)
MS\Internal\PtsHost\TableParagraph.cs (3)
63_firstChild = null; 287_firstChild = new RowParagraph(tableRow, StructuralCache); 554_firstChild = null;
8 references to _firstChild
PresentationFramework (8)
MS\Internal\PtsHost\TableParagraph.cs (8)
54BaseParagraph paraChild = _firstChild; 272if(_firstChild == null) 289((RowParagraph)_firstChild).CalculateRowSpans(); 293if(_firstChild != null) 296pnmFirstRow = _firstChild.Handle; 450RowParagraph currentParagraph = _firstChild as RowParagraph; 470RowParagraph currentParagraph = _firstChild as RowParagraph; 548BaseParagraph paraInvalid = _firstChild;