1 write to _parts
PresentationFramework (1)
System\Windows\Annotations\LocatorPartList.cs (1)
36_parts = new AnnotationObservableCollection<ContentLocatorPart>();
4 references to _parts
PresentationFramework (4)
System\Windows\Annotations\LocatorPartList.cs (4)
37_parts.CollectionChanged += OnCollectionChanged; 153foreach (ContentLocatorPart part in _parts) 283_parts.Add(part); 323return _parts;