54 references to StrokeCollection
PresentationCore (30)
Core\CSharp\MS\Internal\Ink\Renderer.cs (1)
227
_strokes = new
StrokeCollection
();
Core\CSharp\System\Windows\Ink\Events.cs (2)
55
_added = new StrokeCollection.ReadOnlyStrokeCollection(new
StrokeCollection
());
68
_removed = new StrokeCollection.ReadOnlyStrokeCollection(new
StrokeCollection
());
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (6)
445
strokesHit = new
StrokeCollection
();
455
strokesUnhit = new
StrokeCollection
();
647
StrokeCollection sc = new
StrokeCollection
();
653
return new
StrokeCollection
();
667
StrokeCollection sc = new
StrokeCollection
();
673
return new
StrokeCollection
();
Core\CSharp\System\Windows\Ink\Stroke.cs (2)
757
StrokeCollection leftovers = new
StrokeCollection
();
819
StrokeCollection leftovers = new
StrokeCollection
();
Core\CSharp\System\Windows\Ink\Stroke2.cs (3)
670
StrokeCollection strokes = new
StrokeCollection
();
694
return new
StrokeCollection
();
704
return new
StrokeCollection
();
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (7)
276
StrokeCollection clone = new
StrokeCollection
();
307
StrokeCollection removed = new
StrokeCollection
();
327
StrokeCollection removed = new
StrokeCollection
();
348
StrokeCollection addedStrokes = new
StrokeCollection
();
370
StrokeCollection removed = new
StrokeCollection
();
373
StrokeCollection added = new
StrokeCollection
();
494
StrokeCollection strokesToReplace = new
StrokeCollection
();
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (8)
107
return new
StrokeCollection
();
114
StrokeCollection lassoedStrokes = new
StrokeCollection
();
177
return new
StrokeCollection
();
181
StrokeCollection hits = new
StrokeCollection
();
219
return new
StrokeCollection
();
227
return new
StrokeCollection
();
229
StrokeCollection hits = new
StrokeCollection
();
485
StrokeCollection hits = new
StrokeCollection
();
Core\CSharp\System\Windows\Ink\StrokeCollectionConverter.cs (1)
106
return new
StrokeCollection
();
PresentationFramework (24)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (1)
413
strokes = new
StrokeCollection
();
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (1)
130
StrokeCollection orderedStrokes = new
StrokeCollection
();
src\Framework\MS\Internal\Ink\EraserBehavior.cs (1)
414
StrokeCollection strokesToReplace = new
StrokeCollection
();
src\Framework\MS\Internal\Ink\InkCanvasSelection.cs (3)
86
_selectedStrokes = new
StrokeCollection
();
797
new StrokeCollectionChangedEventArgs(new
StrokeCollection
(), new
StrokeCollection
()));
src\Framework\MS\Internal\Ink\ISFClipboardData.cs (1)
124
_strokes = fSucceeded ? newStrokes : new
StrokeCollection
();
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (2)
248
StrokeCollection selectedStrokes = new
StrokeCollection
();
285
selectedStrokes = new
StrokeCollection
();
src\Framework\MS\Internal\Ink\StrokeCollectionDefaultValueFactory.cs (2)
36
return new
StrokeCollection
();
49
StrokeCollection defaultValue = new
StrokeCollection
();
src\Framework\System\Windows\Controls\InkCanvas.cs (10)
632
inkCanvas.CoreChangeSelection(new
StrokeCollection
(), inkCanvas.InkCanvasSelection.SelectedElements, false);
1094
StrokeCollection strokes = new
StrokeCollection
();
1793
StrokeCollection sc = new
StrokeCollection
();
2195
StrokeCollection newStrokes = new
StrokeCollection
();
2360
_dynamicallySelectedStrokes = new
StrokeCollection
();
2433
ChangeInkCanvasSelection(new
StrokeCollection
(), new UIElement[]{});
2449
CoreChangeSelection(new
StrokeCollection
(), new UIElement[] { }, raiseSelectionChangedEvent);
2563
StrokeCollection validStrokes = new
StrokeCollection
();
2633
return new
StrokeCollection
();
2811
removeSelectedStrokes ? new
StrokeCollection
() : strokes,
src\Framework\System\Windows\Ink\Events.cs (1)
236
StrokeCollection sc = new
StrokeCollection
();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9645
bamlType.DefaultConstructor = delegate() { return new System.Windows.Ink.
StrokeCollection
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1577
case KnownElements.StrokeCollection: o = new System.Windows.Ink.
StrokeCollection
(); break;