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