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