1 write to _parts
PresentationFramework (1)
System\Windows\Annotations\LocatorPartList.cs (1)
57_parts = new AnnotationObservableCollection<ContentLocatorPart>();
4 references to _parts
PresentationFramework (4)
System\Windows\Annotations\LocatorPartList.cs (4)
58_parts.CollectionChanged += OnCollectionChanged; 175foreach (ContentLocatorPart part in _parts) 305_parts.Add(part); 345return _parts;