8 references to Cargos
PresentationFramework (8)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
480ICollection<AnnotationResource> cargos = annot.Cargos;
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (6)
92_isNewAnnotation = _annotation.Cargos.Count == 0; 413foreach (AnnotationResource cargo in _annotation.Cargos) 758_annotation.Cargos.Remove(cargo); 771_annotation.Cargos.Add(cargo); 875sncAnnotation._annotation.Cargos.Add(cargo); 1323attachedAnnotation.Annotation.Cargos.Add(cargo);
System\Windows\Annotations\AnnotationHelper.cs (1)
1046annotation.Cargos.Add(cargo);