2 references to Annotation
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
282
_currentAnnotations[args.
Annotation
.Id].Dirty = true;
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1276
Debug.Assert(_attachedAnnotation != null && _attachedAnnotation.Annotation == args.
Annotation
);