7 references to StoreContentAction
PresentationFramework (7)
System\Windows\Annotations\AnnotationService.cs (2)
1216case StoreContentAction.Added: 1220case StoreContentAction.Deleted:
System\Windows\Annotations\Storage\StoreContentChangedEventArgs.cs (3)
61public StoreContentChangedEventArgs(StoreContentAction action, Annotation annotation) 105public StoreContentAction Action 129private StoreContentAction _action; // action taken on the annotation
System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
151OnStoreContentChanged(new StoreContentChangedEventArgs(StoreContentAction.Added, newAnnotation)); 206OnStoreContentChanged(new StoreContentChangedEventArgs(StoreContentAction.Deleted, annotation));