54 references to StrokeCollection
PresentationCore (30)
MS\Internal\Ink\Renderer.cs (1)
221
_strokes = new
StrokeCollection
();
System\Windows\Ink\Events.cs (2)
57
_added = new StrokeCollection.ReadOnlyStrokeCollection(new
StrokeCollection
());
70
_removed = new StrokeCollection.ReadOnlyStrokeCollection(new
StrokeCollection
());
System\Windows\Ink\IncrementalHitTester.cs (6)
437
strokesHit = new
StrokeCollection
();
447
strokesUnhit = new
StrokeCollection
();
639
StrokeCollection sc = new
StrokeCollection
();
645
return new
StrokeCollection
();
659
StrokeCollection sc = new
StrokeCollection
();
665
return new
StrokeCollection
();
System\Windows\Ink\Stroke.cs (2)
740
StrokeCollection leftovers = new
StrokeCollection
();
802
StrokeCollection leftovers = new
StrokeCollection
();
System\Windows\Ink\Stroke2.cs (3)
627
StrokeCollection strokes = new
StrokeCollection
();
651
return new
StrokeCollection
();
661
return new
StrokeCollection
();
System\Windows\Ink\StrokeCollection.cs (7)
264
StrokeCollection clone = new
StrokeCollection
();
295
StrokeCollection removed = new
StrokeCollection
();
315
StrokeCollection removed = new
StrokeCollection
();
333
StrokeCollection addedStrokes = new
StrokeCollection
();
352
StrokeCollection removed = new
StrokeCollection
();
355
StrokeCollection added = new
StrokeCollection
();
470
StrokeCollection strokesToReplace = new
StrokeCollection
();
System\Windows\Ink\StrokeCollection2.cs (8)
101
return new
StrokeCollection
();
108
StrokeCollection lassoedStrokes = new
StrokeCollection
();
170
return new
StrokeCollection
();
174
StrokeCollection hits = new
StrokeCollection
();
206
return new
StrokeCollection
();
214
return new
StrokeCollection
();
216
StrokeCollection hits = new
StrokeCollection
();
460
StrokeCollection hits = new
StrokeCollection
();
System\Windows\Ink\StrokeCollectionConverter.cs (1)
105
return new
StrokeCollection
();
PresentationFramework (24)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (1)
407
strokes = new
StrokeCollection
();
MS\Internal\Ink\ClipboardProcessor.cs (1)
117
StrokeCollection orderedStrokes = new
StrokeCollection
();
MS\Internal\Ink\EraserBehavior.cs (1)
411
StrokeCollection strokesToReplace = new
StrokeCollection
();
MS\Internal\Ink\InkCanvasSelection.cs (3)
78
_selectedStrokes = new
StrokeCollection
();
787
new StrokeCollectionChangedEventArgs(new
StrokeCollection
(), new
StrokeCollection
()));
MS\Internal\Ink\ISFClipboardData.cs (1)
108
_strokes = fSucceeded ? newStrokes : new
StrokeCollection
();
MS\Internal\Ink\LassoSelectionBehavior.cs (2)
245
StrokeCollection selectedStrokes = new
StrokeCollection
();
282
selectedStrokes = new
StrokeCollection
();
MS\Internal\Ink\StrokeCollectionDefaultValueFactory.cs (2)
32
return new
StrokeCollection
();
45
StrokeCollection defaultValue = new
StrokeCollection
();
System\Windows\Controls\InkCanvas.cs (10)
620
inkCanvas.CoreChangeSelection(new
StrokeCollection
(), inkCanvas.InkCanvasSelection.SelectedElements, false);
1060
StrokeCollection strokes = new
StrokeCollection
();
1717
StrokeCollection sc = new
StrokeCollection
();
2096
StrokeCollection newStrokes = new
StrokeCollection
();
2235
_dynamicallySelectedStrokes = new
StrokeCollection
();
2308
ChangeInkCanvasSelection(new
StrokeCollection
(), new UIElement[]{});
2324
CoreChangeSelection(new
StrokeCollection
(), new UIElement[] { }, raiseSelectionChangedEvent);
2437
StrokeCollection validStrokes = new
StrokeCollection
();
2493
return new
StrokeCollection
();
2671
removeSelectedStrokes ? new
StrokeCollection
() : strokes,
System\Windows\Ink\Events.cs (1)
211
StrokeCollection sc = new
StrokeCollection
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9649
bamlType.DefaultConstructor = delegate() { return new System.Windows.Ink.
StrokeCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1576
case KnownElements.StrokeCollection: o = new System.Windows.Ink.
StrokeCollection
(); break;