54 references to StrokeCollection
PresentationCore (30)
MS\Internal\Ink\Renderer.cs (1)
213
_strokes = new
StrokeCollection
();
System\Windows\Ink\Events.cs (2)
51
_added = new StrokeCollection.ReadOnlyStrokeCollection(new
StrokeCollection
());
64
_removed = new StrokeCollection.ReadOnlyStrokeCollection(new
StrokeCollection
());
System\Windows\Ink\IncrementalHitTester.cs (6)
425
strokesHit = new
StrokeCollection
();
435
strokesUnhit = new
StrokeCollection
();
627
StrokeCollection sc = new
StrokeCollection
();
633
return new
StrokeCollection
();
647
StrokeCollection sc = new
StrokeCollection
();
653
return new
StrokeCollection
();
System\Windows\Ink\Stroke.cs (2)
725
StrokeCollection leftovers = new
StrokeCollection
();
787
StrokeCollection leftovers = new
StrokeCollection
();
System\Windows\Ink\Stroke2.cs (3)
612
StrokeCollection strokes = new
StrokeCollection
();
636
return new
StrokeCollection
();
646
return new
StrokeCollection
();
System\Windows\Ink\StrokeCollection.cs (7)
250
StrokeCollection clone = new
StrokeCollection
();
277
StrokeCollection removed = new
StrokeCollection
();
297
StrokeCollection removed = new
StrokeCollection
();
315
StrokeCollection addedStrokes = new
StrokeCollection
();
334
StrokeCollection removed = new
StrokeCollection
();
337
StrokeCollection added = new
StrokeCollection
();
452
StrokeCollection strokesToReplace = new
StrokeCollection
();
System\Windows\Ink\StrokeCollection2.cs (8)
90
return new
StrokeCollection
();
97
StrokeCollection lassoedStrokes = new
StrokeCollection
();
156
return new
StrokeCollection
();
160
StrokeCollection hits = new
StrokeCollection
();
188
return new
StrokeCollection
();
196
return new
StrokeCollection
();
198
StrokeCollection hits = new
StrokeCollection
();
438
StrokeCollection hits = new
StrokeCollection
();
System\Windows\Ink\StrokeCollectionConverter.cs (1)
90
return new
StrokeCollection
();
PresentationFramework (24)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (1)
402
strokes = new
StrokeCollection
();
MS\Internal\Ink\ClipboardProcessor.cs (1)
111
StrokeCollection orderedStrokes = new
StrokeCollection
();
MS\Internal\Ink\EraserBehavior.cs (1)
398
StrokeCollection strokesToReplace = new
StrokeCollection
();
MS\Internal\Ink\InkCanvasSelection.cs (3)
66
_selectedStrokes = new
StrokeCollection
();
775
new StrokeCollectionChangedEventArgs(new
StrokeCollection
(), new
StrokeCollection
()));
MS\Internal\Ink\ISFClipboardData.cs (1)
100
_strokes = fSucceeded ? newStrokes : new
StrokeCollection
();
MS\Internal\Ink\LassoSelectionBehavior.cs (2)
237
StrokeCollection selectedStrokes = new
StrokeCollection
();
274
selectedStrokes = new
StrokeCollection
();
MS\Internal\Ink\StrokeCollectionDefaultValueFactory.cs (2)
29
return new
StrokeCollection
();
42
StrokeCollection defaultValue = new
StrokeCollection
();
System\Windows\Controls\InkCanvas.cs (10)
618
inkCanvas.CoreChangeSelection(new
StrokeCollection
(), inkCanvas.InkCanvasSelection.SelectedElements, false);
1060
StrokeCollection strokes = new
StrokeCollection
();
1717
StrokeCollection sc = new
StrokeCollection
();
2098
StrokeCollection newStrokes = new
StrokeCollection
();
2239
_dynamicallySelectedStrokes = new
StrokeCollection
();
2312
ChangeInkCanvasSelection(new
StrokeCollection
(), new UIElement[]{});
2328
CoreChangeSelection(new
StrokeCollection
(), new UIElement[] { }, raiseSelectionChangedEvent);
2441
StrokeCollection validStrokes = new
StrokeCollection
();
2497
return new
StrokeCollection
();
2675
removeSelectedStrokes ? new
StrokeCollection
() : strokes,
System\Windows\Ink\Events.cs (1)
204
StrokeCollection sc = new
StrokeCollection
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10700
DefaultConstructor = delegate () { return new System.Windows.Ink.
StrokeCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1570
case KnownElements.StrokeCollection: o = new System.Windows.Ink.
StrokeCollection
(); break;