9 references to Annotation
PresentationFramework (9)
MS\Internal\Annotations\Component\HighlightComponent.cs (2)
568Invariant.Assert(_attachedAnnotation != null && _attachedAnnotation.Annotation == args.Annotation, "_attachedAnnotation is different than the input one"); 583GetColors(args.Annotation, out background, out activeBackground);
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (2)
244_currentAnnotations[args.Annotation.Id].Dirty = true; 256_currentAnnotations[args.Annotation.Id].Dirty = true;
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1265Debug.Assert(_attachedAnnotation != null && _attachedAnnotation.Annotation == args.Annotation); 1269SNCAnnotation sncAnnotation = new SNCAnnotation(args.Annotation);
System\Windows\Annotations\AnnotationService.cs (3)
1256newArgs = AnchorAdded(args.Annotation, args.Resource); 1260newArgs = AnchorRemoved(args.Annotation, args.Resource); 1264newArgs = AnchorModified(args.Annotation, args.Resource);