1 write to _elementList
PresentationFramework (1)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (1)
24_elementList = new List<BlockElement>();
10 references to _elementList
PresentationFramework (10)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (10)
31return _elementList; 65_elementList.Add((BlockElement)value); 110_elementList.Add((BlockElement)value); 149_elementList.Add((BlockElement)value); 197_elementList.Add((ListItemStructure)value); 239_elementList.Add((BlockElement)value); 293_elementList.Add((TableRowGroupStructure)value); 335_elementList.Add((TableRowStructure)value); 378_elementList.Add((TableCellStructure)value); 422_elementList.Add((BlockElement)value);