7 references to Modified
PresentationFramework (7)
System\Windows\Annotations\Annotation.cs (4)
697
FireResourceEvent((AnnotationResource)sender, AnnotationAction.
Modified
, CargoChanged);
751
FireResourceEvent((AnnotationResource)sender, AnnotationAction.
Modified
, AnchorChanged);
860
Invariant.Assert(action >= AnnotationAction.Added && action <= AnnotationAction.
Modified
, "Unknown AnnotationAction");
880
Invariant.Assert(action >= AnnotationAction.Added && action <= AnnotationAction.
Modified
, "Unknown AnnotationAction");
System\Windows\Annotations\AnnotationAuthorChangedEventArgs.cs (1)
56
if (action < AnnotationAction.Added || action > AnnotationAction.
Modified
)
System\Windows\Annotations\AnnotationResourceChangedEventArgs.cs (1)
56
if (action < AnnotationAction.Added || action > AnnotationAction.
Modified
)
System\Windows\Annotations\AnnotationService.cs (1)
1275
case AnnotationAction.
Modified
: