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