13 references to AttachedAnnotationAction
PresentationFramework (13)
MS\Internal\Annotations\AttachedAnnotationChangedEventArgs.cs (8)
71internal AttachedAnnotationChangedEventArgs(AttachedAnnotationAction action, IAttachedAnnotation attachedAnnotation, object previousAttachedAnchor, AttachmentLevel previousAttachmentLevel) 100public AttachedAnnotationAction Action { get { return _action; } } 145return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Added, attachedAnnotation, null, AttachmentLevel.Unresolved); 157return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Loaded, attachedAnnotation, null, AttachmentLevel.Unresolved); 169return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Deleted, attachedAnnotation, null, AttachmentLevel.Unresolved); 181return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Unloaded, attachedAnnotation, null, AttachmentLevel.Unresolved); 195return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.AnchorModified, attachedAnnotation, previousAttachedAnchor, previousAttachmentLevel); 208private AttachedAnnotationAction _action;
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (5)
110case AttachedAnnotationAction.Added: 114case AttachedAnnotationAction.Deleted: 118case AttachedAnnotationAction.Loaded: 122case AttachedAnnotationAction.Unloaded: 126case AttachedAnnotationAction.AnchorModified: