10 references to Clone
PresentationCore (6)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
626
activeDrawingAttributes = currDA.
Clone
();
MS\Internal\Ink\Renderer.cs (1)
81
da = _stroke.DrawingAttributes.
Clone
();
MS\Internal\Ink\StrokeRenderer.cs (1)
1096
DrawingAttributes copy = stroke.DrawingAttributes.
Clone
();
System\Windows\Ink\Stroke.cs (1)
103
clone._drawingAttributes = _drawingAttributes.
Clone
();
System\Windows\Ink\Stroke2.cs (1)
383
DrawingAttributes selectedDA = drawingAttributes.
Clone
();
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (1)
45
_drawingAttributes = drawingAttributes.
Clone
(); // stroke copy for duration of stroke.
PresentationFramework (4)
MS\Internal\Ink\InkCollectionBehavior.cs (3)
238
_strokeDrawingAttributes = this.InkCanvas.DefaultDrawingAttributes.
Clone
();
352
da = da.
Clone
();
357
_cursorDrawingAttributes = InkCanvas.DefaultDrawingAttributes.
Clone
();
System\Windows\Controls\InkCanvas.cs (1)
2945
DrawingAttributes highContrastDa = _thisInkCanvas.DefaultDrawingAttributes.
Clone
();