1 write to _parts
PresentationFramework (1)
System\Windows\Annotations\LocatorPartList.cs (1)
50_parts = new AnnotationObservableCollection<ContentLocatorPart>();
4 references to _parts
PresentationFramework (4)
System\Windows\Annotations\LocatorPartList.cs (4)
51_parts.CollectionChanged += OnCollectionChanged; 168foreach (ContentLocatorPart part in _parts) 298_parts.Add(part); 338return _parts;