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