8 references to Cargos
PresentationFramework (8)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
472ICollection<AnnotationResource> cargos = annot.Cargos;
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (6)
82_isNewAnnotation = _annotation.Cargos.Count == 0; 403foreach (AnnotationResource cargo in _annotation.Cargos) 748_annotation.Cargos.Remove(cargo); 761_annotation.Cargos.Add(cargo); 865sncAnnotation._annotation.Cargos.Add(cargo); 1313attachedAnnotation.Annotation.Cargos.Add(cargo);
System\Windows\Annotations\AnnotationHelper.cs (1)
1034annotation.Cargos.Add(cargo);