2 writes to _collectionChanged
PresentationCore (2)
System\Windows\Ink\StrokeCollection.cs (2)
599
add {
_collectionChanged
+= value; }
600
remove {
_collectionChanged
-= value; }
2 references to _collectionChanged
PresentationCore (2)
System\Windows\Ink\StrokeCollection.cs (2)
633
if (
_collectionChanged
!= null )
659
_collectionChanged
(this, args);