7 references to StoreContentAction
PresentationFramework (7)
System\Windows\Annotations\AnnotationService.cs (2)
1222case StoreContentAction.Added: 1226case StoreContentAction.Deleted:
System\Windows\Annotations\Storage\StoreContentChangedEventArgs.cs (3)
62public StoreContentChangedEventArgs(StoreContentAction action, Annotation annotation) 106public StoreContentAction Action 130private StoreContentAction _action; // action taken on the annotation
System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
152OnStoreContentChanged(new StoreContentChangedEventArgs(StoreContentAction.Added, newAnnotation)); 207OnStoreContentChanged(new StoreContentChangedEventArgs(StoreContentAction.Deleted, annotation));