8 references to Cargos
PresentationFramework (8)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
471ICollection<AnnotationResource> cargos = annot.Cargos;
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (6)
81_isNewAnnotation = _annotation.Cargos.Count == 0; 402foreach (AnnotationResource cargo in _annotation.Cargos) 747_annotation.Cargos.Remove(cargo); 760_annotation.Cargos.Add(cargo); 864sncAnnotation._annotation.Cargos.Add(cargo); 1312attachedAnnotation.Annotation.Cargos.Add(cargo);
System\Windows\Annotations\AnnotationHelper.cs (1)
1031annotation.Cargos.Add(cargo);