1 write to _cargos
PresentationFramework (1)
System\Windows\Annotations\Annotation.cs (1)
887_cargos = new AnnotationResourceCollection();
7 references to _cargos
PresentationFramework (7)
System\Windows\Annotations\Annotation.cs (7)
239if (_cargos != null && _cargos.Count > 0) 242foreach (AnnotationResource cargo in _cargos) 310_cargos.Add(cargo); 489return _cargos; 888_cargos.ItemChanged += OnCargoChanged; 889_cargos.CollectionChanged += OnCargosChanged;