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