1 write to _elementList
PresentationFramework (1)
System\Windows\Documents\DocumentStructures\StoryFragments.cs (1)
37
_elementList
= new List<StoryFragment>();
2 references to _elementList
PresentationFramework (2)
System\Windows\Documents\DocumentStructures\StoryFragments.cs (2)
54
_elementList
.Add( (StoryFragment) value);
77
return
_elementList
;