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