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