9 references to Added
PresentationCore (5)
Core\CSharp\MS\Internal\Ink\Renderer.cs (1)
454StrokeCollection added = eventArgs.Added;
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (1)
181StrokeCollection added = args.Added;
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (3)
687else if ( e.Added.Count == 0 ) 695args = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Add, e.Added, e.Index); 700args = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Replace, e.Added, e.Removed, e.Index);
PresentationFramework (4)
src\Framework\MS\Internal\Ink\InkCanvasSelection.cs (1)
808if ( e.Added.Count != 0 && e.Removed.Count == 0 )
src\Framework\System\Windows\Controls\InkPresenter.cs (1)
493SetStrokeChangedHandlers(eventArgs.Added, eventArgs.Removed);
src\Framework\System\Windows\Controls\StickyNote.cs (2)
998StartListenToStrokeEvent(args.Added); 1000if (args.Removed.Count > 0 || args.Added.Count > 0)