9 references to Annotation
PresentationFramework (9)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (2)
602Invariant.Assert(_attachedAnnotation != null && _attachedAnnotation.Annotation == args.Annotation, "_attachedAnnotation is different than the input one"); 617GetColors(args.Annotation, out background, out activeBackground);
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (2)
258_currentAnnotations[args.Annotation.Id].Dirty = true; 270_currentAnnotations[args.Annotation.Id].Dirty = true;
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1290Debug.Assert(_attachedAnnotation != null && _attachedAnnotation.Annotation == args.Annotation); 1294SNCAnnotation sncAnnotation = new SNCAnnotation(args.Annotation);
src\Framework\System\Windows\Annotations\AnnotationService.cs (3)
1308newArgs = AnchorAdded(args.Annotation, args.Resource); 1312newArgs = AnchorRemoved(args.Annotation, args.Resource); 1316newArgs = AnchorModified(args.Annotation, args.Resource);