20 references to Clone
PresentationCore (5)
Core\CSharp\System\Windows\Media\Effects\Generated\ImplicitInputBrush.cs (1)
65
return (ImplicitInputBrush)base.
Clone
();
Core\CSharp\System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
67
return (BitmapCacheBrush)base.
Clone
();
Core\CSharp\System\Windows\Media\Generated\GradientBrush.cs (1)
67
return (GradientBrush)base.
Clone
();
Core\CSharp\System\Windows\Media\Generated\SolidColorBrush.cs (1)
67
return (SolidColorBrush)base.
Clone
();
Core\CSharp\System\Windows\Media\Generated\TileBrush.cs (1)
67
return (TileBrush)base.
Clone
();
PresentationFramework.Aero (6)
Microsoft\Windows\Themes\BulletChrome.cs (2)
806
border = border.
Clone
();
831
border = border.
Clone
();
Microsoft\Windows\Themes\ButtonChrome.cs (2)
567
border = border.
Clone
();
592
border = border.
Clone
();
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
445
border = border.
Clone
();
470
border = border.
Clone
();
PresentationFramework.Luna (4)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
668
brush = brush.
Clone
();
693
brush = brush.
Clone
();
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
404
border = border.
Clone
();
429
border = border.
Clone
();
PresentationFramework.Royale (4)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
527
brush = brush.
Clone
();
552
brush = brush.
Clone
();
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
404
border = border.
Clone
();
429
border = border.
Clone
();
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (1)
335
this.rubberBand.Fill = WorkflowDesignerColors.RubberBandRectangleBrush.
Clone
();