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