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