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