2 writes to _collectionChanged
PresentationCore (2)
System\Windows\Ink\StrokeCollection.cs (2)
618
add {
_collectionChanged
+= value; }
619
remove {
_collectionChanged
-= value; }
2 references to _collectionChanged
PresentationCore (2)
System\Windows\Ink\StrokeCollection.cs (2)
652
if (
_collectionChanged
!= null )
678
_collectionChanged
(this, args);