9 references to Annotation
PresentationFramework (9)
MS\Internal\Annotations\Component\HighlightComponent.cs (2)
568
Invariant.Assert(_attachedAnnotation != null && _attachedAnnotation.Annotation == args.
Annotation
, "_attachedAnnotation is different than the input one");
583
GetColors(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)
1265
Debug.Assert(_attachedAnnotation != null && _attachedAnnotation.Annotation == args.
Annotation
);
1269
SNCAnnotation sncAnnotation = new SNCAnnotation(args.
Annotation
);
System\Windows\Annotations\AnnotationService.cs (3)
1256
newArgs = AnchorAdded(args.
Annotation
, args.Resource);
1260
newArgs = AnchorRemoved(args.
Annotation
, args.Resource);
1264
newArgs = AnchorModified(args.
Annotation
, args.Resource);