7 references to Modified
PresentationFramework (7)
System\Windows\Annotations\Annotation.cs (4)
690
FireResourceEvent((AnnotationResource)sender, AnnotationAction.
Modified
, CargoChanged);
744
FireResourceEvent((AnnotationResource)sender, AnnotationAction.
Modified
, AnchorChanged);
853
Invariant.Assert(action >= AnnotationAction.Added && action <= AnnotationAction.
Modified
, "Unknown AnnotationAction");
873
Invariant.Assert(action >= AnnotationAction.Added && action <= AnnotationAction.
Modified
, "Unknown AnnotationAction");
System\Windows\Annotations\AnnotationAuthorChangedEventArgs.cs (1)
55
if (action < AnnotationAction.Added || action > AnnotationAction.
Modified
)
System\Windows\Annotations\AnnotationResourceChangedEventArgs.cs (1)
55
if (action < AnnotationAction.Added || action > AnnotationAction.
Modified
)
System\Windows\Annotations\AnnotationService.cs (1)
1263
case AnnotationAction.
Modified
: