1 write to _elementList
PresentationFramework (1)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (1)
36_elementList = new List<BlockElement>();
10 references to _elementList
PresentationFramework (10)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (10)
43return _elementList; 77_elementList.Add((BlockElement)value); 122_elementList.Add((BlockElement)value); 161_elementList.Add((BlockElement)value); 209_elementList.Add((ListItemStructure)value); 251_elementList.Add((BlockElement)value); 305_elementList.Add((TableRowGroupStructure)value); 347_elementList.Add((TableRowStructure)value); 390_elementList.Add((TableCellStructure)value); 434_elementList.Add((BlockElement)value);