10 references to Clone
PresentationCore (6)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
640activeDrawingAttributes = currDA.Clone();
MS\Internal\Ink\Renderer.cs (1)
90da = _stroke.DrawingAttributes.Clone();
MS\Internal\Ink\StrokeRenderer.cs (1)
1105DrawingAttributes copy = stroke.DrawingAttributes.Clone();
System\Windows\Ink\Stroke.cs (1)
118clone._drawingAttributes = _drawingAttributes.Clone();
System\Windows\Ink\Stroke2.cs (1)
392DrawingAttributes selectedDA = drawingAttributes.Clone();
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (1)
59_drawingAttributes = drawingAttributes.Clone(); // stroke copy for duration of stroke.
PresentationFramework (4)
MS\Internal\Ink\InkCollectionBehavior.cs (3)
247_strokeDrawingAttributes = this.InkCanvas.DefaultDrawingAttributes.Clone(); 361da = da.Clone(); 366_cursorDrawingAttributes = InkCanvas.DefaultDrawingAttributes.Clone();
System\Windows\Controls\InkCanvas.cs (1)
2957DrawingAttributes highContrastDa = _thisInkCanvas.DefaultDrawingAttributes.Clone();