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