9 references to Annotation
PresentationFramework (9)
MS\Internal\Annotations\Component\HighlightComponent.cs (2)
576Invariant.Assert(_attachedAnnotation != null && _attachedAnnotation.Annotation == args.Annotation, "_attachedAnnotation is different than the input one"); 591GetColors(args.Annotation, out background, out activeBackground);
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (2)
251_currentAnnotations[args.Annotation.Id].Dirty = true; 263_currentAnnotations[args.Annotation.Id].Dirty = true;
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1275Debug.Assert(_attachedAnnotation != null && _attachedAnnotation.Annotation == args.Annotation); 1279SNCAnnotation sncAnnotation = new SNCAnnotation(args.Annotation);
System\Windows\Annotations\AnnotationService.cs (3)
1268newArgs = AnchorAdded(args.Annotation, args.Resource); 1272newArgs = AnchorRemoved(args.Annotation, args.Resource); 1276newArgs = AnchorModified(args.Annotation, args.Resource);