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