9 references to Added
PresentationCore (5)
MS\Internal\Ink\Renderer.cs (1)
428StrokeCollection added = eventArgs.Added;
System\Windows\Ink\IncrementalHitTester.cs (1)
164StrokeCollection added = args.Added;
System\Windows\Ink\StrokeCollection.cs (3)
645else if ( e.Added.Count == 0 ) 653args = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Add, e.Added, e.Index); 658args = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Replace, e.Added, e.Removed, e.Index);
PresentationFramework (4)
MS\Internal\Ink\InkCanvasSelection.cs (1)
786if ( e.Added.Count != 0 && e.Removed.Count == 0 )
System\Windows\Controls\InkPresenter.cs (1)
475SetStrokeChangedHandlers(eventArgs.Added, eventArgs.Removed);
System\Windows\Controls\StickyNote.cs (2)
953StartListenToStrokeEvent(args.Added); 955if (args.Removed.Count > 0 || args.Added.Count > 0)