6 references to Resource
PresentationFramework (6)
System\Windows\Annotations\AnnotationService.cs (4)
1236
if (args.
Resource
== null)
1244
newArgs = AnchorAdded(args.Annotation, args.
Resource
);
1248
newArgs = AnchorRemoved(args.Annotation, args.
Resource
);
1252
newArgs = AnchorModified(args.Annotation, args.
Resource
);
System\Windows\Annotations\Storage\AnnotationStore.cs (2)
263
if (args.
Resource
== null)
293
if (args.
Resource
== null)