9 references to Added
PresentationCore (5)
MS\Internal\Ink\Renderer.cs (1)
427StrokeCollection added = eventArgs.Added;
System\Windows\Ink\IncrementalHitTester.cs (1)
163StrokeCollection added = args.Added;
System\Windows\Ink\StrokeCollection.cs (3)
644else if ( e.Added.Count == 0 ) 652args = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Add, e.Added, e.Index); 657args = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Replace, e.Added, e.Removed, e.Index);
PresentationFramework (4)
MS\Internal\Ink\InkCanvasSelection.cs (1)
785if ( e.Added.Count != 0 && e.Removed.Count == 0 )
System\Windows\Controls\InkPresenter.cs (1)
474SetStrokeChangedHandlers(eventArgs.Added, eventArgs.Removed);
System\Windows\Controls\StickyNote.cs (2)
952StartListenToStrokeEvent(args.Added); 954if (args.Removed.Count > 0 || args.Added.Count > 0)