1 write to _elementList
PresentationFramework (1)
src\Framework\System\Windows\Documents\DocumentStructures\StoryFragments.cs (1)
43_elementList = new List<StoryFragment>();
2 references to _elementList
PresentationFramework (2)
src\Framework\System\Windows\Documents\DocumentStructures\StoryFragments.cs (2)
63_elementList.Add( (StoryFragment) value); 86return _elementList;