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