4 references to ItemChanged
PresentationFramework (4)
MS\Internal\Annotations\AnnotationResourceCollection.cs (2)
123
if (
ItemChanged
!= null)
125
ItemChanged
(sender, e);
System\Windows\Annotations\Annotation.cs (2)
888
_cargos.
ItemChanged
+= OnCargoChanged;
891
_anchors.
ItemChanged
+= OnAnchorChanged;