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