10 references to Clone
PresentationCore (6)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
639
activeDrawingAttributes = currDA.
Clone
();
MS\Internal\Ink\Renderer.cs (1)
89
da = _stroke.DrawingAttributes.
Clone
();
MS\Internal\Ink\StrokeRenderer.cs (1)
1103
DrawingAttributes copy = stroke.DrawingAttributes.
Clone
();
System\Windows\Ink\Stroke.cs (1)
118
clone._drawingAttributes = _drawingAttributes.
Clone
();
System\Windows\Ink\Stroke2.cs (1)
392
DrawingAttributes 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
();
361
da = da.
Clone
();
366
_cursorDrawingAttributes = InkCanvas.DefaultDrawingAttributes.
Clone
();
System\Windows\Controls\InkCanvas.cs (1)
2957
DrawingAttributes highContrastDa = _thisInkCanvas.DefaultDrawingAttributes.
Clone
();