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