1 write to _cargos
PresentationFramework (1)
src\Framework\System\Windows\Annotations\Annotation.cs (1)
919_cargos = new AnnotationResourceCollection();
7 references to _cargos
PresentationFramework (7)
src\Framework\System\Windows\Annotations\Annotation.cs (7)
268if (_cargos != null && _cargos.Count > 0) 271foreach (AnnotationResource cargo in _cargos) 342_cargos.Add(cargo); 521return _cargos; 920_cargos.ItemChanged += OnCargoChanged; 921_cargos.CollectionChanged += OnCargosChanged;