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