54 references to StrokeCollection
PresentationCore (30)
MS\Internal\Ink\Renderer.cs (1)
212
_strokes = new
StrokeCollection
();
System\Windows\Ink\Events.cs (2)
50
_added = new StrokeCollection.ReadOnlyStrokeCollection(new
StrokeCollection
());
63
_removed = new StrokeCollection.ReadOnlyStrokeCollection(new
StrokeCollection
());
System\Windows\Ink\IncrementalHitTester.cs (6)
424
strokesHit = new
StrokeCollection
();
434
strokesUnhit = new
StrokeCollection
();
626
StrokeCollection sc = new
StrokeCollection
();
632
return new
StrokeCollection
();
646
StrokeCollection sc = new
StrokeCollection
();
652
return new
StrokeCollection
();
System\Windows\Ink\Stroke.cs (2)
724
StrokeCollection leftovers = new
StrokeCollection
();
786
StrokeCollection leftovers = new
StrokeCollection
();
System\Windows\Ink\Stroke2.cs (3)
611
StrokeCollection strokes = new
StrokeCollection
();
635
return new
StrokeCollection
();
645
return new
StrokeCollection
();
System\Windows\Ink\StrokeCollection.cs (7)
249
StrokeCollection clone = new
StrokeCollection
();
276
StrokeCollection removed = new
StrokeCollection
();
296
StrokeCollection removed = new
StrokeCollection
();
314
StrokeCollection addedStrokes = new
StrokeCollection
();
333
StrokeCollection removed = new
StrokeCollection
();
336
StrokeCollection added = new
StrokeCollection
();
451
StrokeCollection strokesToReplace = new
StrokeCollection
();
System\Windows\Ink\StrokeCollection2.cs (8)
89
return new
StrokeCollection
();
96
StrokeCollection lassoedStrokes = new
StrokeCollection
();
155
return new
StrokeCollection
();
159
StrokeCollection hits = new
StrokeCollection
();
187
return new
StrokeCollection
();
195
return new
StrokeCollection
();
197
StrokeCollection hits = new
StrokeCollection
();
437
StrokeCollection hits = new
StrokeCollection
();
System\Windows\Ink\StrokeCollectionConverter.cs (1)
89
return new
StrokeCollection
();
PresentationFramework (24)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (1)
401
strokes = new
StrokeCollection
();
MS\Internal\Ink\ClipboardProcessor.cs (1)
110
StrokeCollection orderedStrokes = new
StrokeCollection
();
MS\Internal\Ink\EraserBehavior.cs (1)
397
StrokeCollection strokesToReplace = new
StrokeCollection
();
MS\Internal\Ink\InkCanvasSelection.cs (3)
65
_selectedStrokes = new
StrokeCollection
();
774
new StrokeCollectionChangedEventArgs(new
StrokeCollection
(), new
StrokeCollection
()));
MS\Internal\Ink\ISFClipboardData.cs (1)
99
_strokes = fSucceeded ? newStrokes : new
StrokeCollection
();
MS\Internal\Ink\LassoSelectionBehavior.cs (2)
236
StrokeCollection selectedStrokes = new
StrokeCollection
();
273
selectedStrokes = new
StrokeCollection
();
MS\Internal\Ink\StrokeCollectionDefaultValueFactory.cs (2)
28
return new
StrokeCollection
();
41
StrokeCollection defaultValue = new
StrokeCollection
();
System\Windows\Controls\InkCanvas.cs (10)
617
inkCanvas.CoreChangeSelection(new
StrokeCollection
(), inkCanvas.InkCanvasSelection.SelectedElements, false);
1059
StrokeCollection strokes = new
StrokeCollection
();
1716
StrokeCollection sc = new
StrokeCollection
();
2097
StrokeCollection newStrokes = new
StrokeCollection
();
2238
_dynamicallySelectedStrokes = new
StrokeCollection
();
2311
ChangeInkCanvasSelection(new
StrokeCollection
(), Array.Empty<UIElement>());
2327
CoreChangeSelection(new
StrokeCollection
(), Array.Empty<UIElement>(), raiseSelectionChangedEvent);
2440
StrokeCollection validStrokes = new
StrokeCollection
();
2496
return new
StrokeCollection
();
2674
removeSelectedStrokes ? new
StrokeCollection
() : strokes,
System\Windows\Ink\Events.cs (1)
203
StrokeCollection sc = new
StrokeCollection
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10699
DefaultConstructor = delegate () { return new System.Windows.Ink.
StrokeCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1569
case KnownElements.StrokeCollection: o = new System.Windows.Ink.
StrokeCollection
(); break;