1 write to _parts
PresentationFramework (1)
src\Framework\System\Windows\Annotations\LocatorPartList.cs (1)
65_parts = new AnnotationObservableCollection<ContentLocatorPart>();
4 references to _parts
PresentationFramework (4)
src\Framework\System\Windows\Annotations\LocatorPartList.cs (4)
66_parts.CollectionChanged += OnCollectionChanged; 189foreach (ContentLocatorPart part in _parts) 322_parts.Add(part); 362return _parts;