1 write to _elementList
PresentationFramework (1)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (1)
25_elementList = new List<BlockElement>();
10 references to _elementList
PresentationFramework (10)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (10)
32return _elementList; 66_elementList.Add((BlockElement)value); 111_elementList.Add((BlockElement)value); 150_elementList.Add((BlockElement)value); 198_elementList.Add((ListItemStructure)value); 240_elementList.Add((BlockElement)value); 294_elementList.Add((TableRowGroupStructure)value); 336_elementList.Add((TableRowStructure)value); 379_elementList.Add((TableCellStructure)value); 423_elementList.Add((BlockElement)value);