1 write to _cargos
PresentationFramework (1)
System\Windows\Annotations\Annotation.cs (1)
894_cargos = new AnnotationResourceCollection();
7 references to _cargos
PresentationFramework (7)
System\Windows\Annotations\Annotation.cs (7)
246if (_cargos != null && _cargos.Count > 0) 249foreach (AnnotationResource cargo in _cargos) 317_cargos.Add(cargo); 496return _cargos; 895_cargos.ItemChanged += OnCargoChanged; 896_cargos.CollectionChanged += OnCargosChanged;