9 references to Clone
PresentationCore (5)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
649
activeDrawingAttributes = currDA.
Clone
();
Core\CSharp\MS\Internal\Ink\Renderer.cs (1)
94
da = _stroke.DrawingAttributes.
Clone
();
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (1)
1116
DrawingAttributes copy = stroke.DrawingAttributes.
Clone
();
Core\CSharp\System\Windows\Ink\Stroke.cs (1)
125
clone._drawingAttributes = _drawingAttributes.
Clone
();
Core\CSharp\System\Windows\Ink\Stroke2.cs (1)
430
DrawingAttributes selectedDA = drawingAttributes.
Clone
();
PresentationFramework (4)
src\Framework\MS\Internal\Ink\InkCollectionBehavior.cs (3)
279
_strokeDrawingAttributes = this.InkCanvas.DefaultDrawingAttributes.
Clone
();
413
da = da.
Clone
();
418
_cursorDrawingAttributes = InkCanvas.DefaultDrawingAttributes.
Clone
();
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
3104
DrawingAttributes highContrastDa = _thisInkCanvas.DefaultDrawingAttributes.
Clone
();