1 write to _elementList
PresentationFramework (1)
System\Windows\Documents\DocumentStructures\StoryFragments.cs (1)
95
_elementList
= new List<BlockElement>();
2 references to _elementList
PresentationFramework (2)
System\Windows\Documents\DocumentStructures\StoryFragments.cs (2)
114
_elementList
.Add( (BlockElement) value);
183
return
_elementList
;