7 references to StoreContentAction
PresentationFramework (7)
System\Windows\Annotations\AnnotationService.cs (2)
1234case StoreContentAction.Added: 1238case StoreContentAction.Deleted:
System\Windows\Annotations\Storage\StoreContentChangedEventArgs.cs (3)
67public StoreContentChangedEventArgs(StoreContentAction action, Annotation annotation) 111public StoreContentAction Action 135private StoreContentAction _action; // action taken on the annotation
System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
163OnStoreContentChanged(new StoreContentChangedEventArgs(StoreContentAction.Added, newAnnotation)); 218OnStoreContentChanged(new StoreContentChangedEventArgs(StoreContentAction.Deleted, annotation));