28 references to Clone
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTag.cs (1)
149var brush = properties.ForegroundBrush.Clone();
PresentationCore (5)
System\Windows\Media\Effects\Generated\ImplicitInputBrush.cs (1)
33return (ImplicitInputBrush)base.Clone();
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
34return (BitmapCacheBrush)base.Clone();
System\Windows\Media\Generated\GradientBrush.cs (1)
33return (GradientBrush)base.Clone();
System\Windows\Media\Generated\SolidColorBrush.cs (1)
33return (SolidColorBrush)base.Clone();
System\Windows\Media\Generated\TileBrush.cs (1)
31return (TileBrush)base.Clone();
PresentationFramework.Aero (6)
Microsoft\Windows\Themes\BulletChrome.cs (2)
808border = border.Clone(); 833border = border.Clone();
Microsoft\Windows\Themes\ButtonChrome.cs (2)
560border = border.Clone(); 585border = border.Clone();
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
432border = border.Clone(); 457border = border.Clone();
PresentationFramework.Aero2 (6)
Microsoft\Windows\Themes\BulletChrome.cs (2)
808border = border.Clone(); 833border = border.Clone();
Microsoft\Windows\Themes\ButtonChrome.cs (2)
560border = border.Clone(); 585border = border.Clone();
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
432border = border.Clone(); 457border = border.Clone();
PresentationFramework.Luna (4)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
655brush = brush.Clone(); 680brush = brush.Clone();
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
395border = border.Clone(); 420border = border.Clone();
PresentationFramework.Royale (4)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
514brush = brush.Clone(); 539brush = brush.Clone();
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
395border = border.Clone(); 420border = border.Clone();
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonContextualTabGroupsPanel.cs (1)
242Brush b = ribbon.BorderBrush.Clone();
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
339Brush b = ribbon.BorderBrush.Clone();