2 writes to _collectionChanged
PresentationCore (2)
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (2)
642
add {
_collectionChanged
+= value; }
643
remove {
_collectionChanged
-= value; }
2 references to _collectionChanged
PresentationCore (2)
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (2)
676
if (
_collectionChanged
!= null )
702
_collectionChanged
(this, args);