6 references to Resource
PresentationFramework (6)
src\Framework\System\Windows\Annotations\AnnotationService.cs (4)
1300if (args.Resource == null) 1308newArgs = AnchorAdded(args.Annotation, args.Resource); 1312newArgs = AnchorRemoved(args.Annotation, args.Resource); 1316newArgs = AnchorModified(args.Annotation, args.Resource);
src\Framework\System\Windows\Annotations\Storage\AnnotationStore.cs (2)
279if (args.Resource == null) 309if (args.Resource == null)