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)
651else if ( e.Added.Count == 0 ) 659args = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Add, e.Added, e.Index); 664args = 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)
478SetStrokeChangedHandlers(eventArgs.Added, eventArgs.Removed);
System\Windows\Controls\StickyNote.cs (2)
972StartListenToStrokeEvent(args.Added); 974if (args.Removed.Count > 0 || args.Added.Count > 0)