7 references to StoreContentAction
PresentationFramework (7)
src\Framework\System\Windows\Annotations\AnnotationService.cs (2)
1274case StoreContentAction.Added: 1278case StoreContentAction.Deleted:
src\Framework\System\Windows\Annotations\Storage\StoreContentChangedEventArgs.cs (3)
70public StoreContentChangedEventArgs(StoreContentAction action, Annotation annotation) 115public StoreContentAction Action 139private StoreContentAction _action; // action taken on the annotation
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
177OnStoreContentChanged(new StoreContentChangedEventArgs(StoreContentAction.Added, newAnnotation)); 234OnStoreContentChanged(new StoreContentChangedEventArgs(StoreContentAction.Deleted, annotation));