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