9 references to Annotation
PresentationFramework (9)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (2)
602
Invariant.Assert(_attachedAnnotation != null && _attachedAnnotation.Annotation == args.
Annotation
, "_attachedAnnotation is different than the input one");
617
GetColors(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)
1290
Debug.Assert(_attachedAnnotation != null && _attachedAnnotation.Annotation == args.
Annotation
);
1294
SNCAnnotation sncAnnotation = new SNCAnnotation(args.
Annotation
);
src\Framework\System\Windows\Annotations\AnnotationService.cs (3)
1308
newArgs = AnchorAdded(args.
Annotation
, args.Resource);
1312
newArgs = AnchorRemoved(args.
Annotation
, args.Resource);
1316
newArgs = AnchorModified(args.
Annotation
, args.Resource);