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)
59return (ImplicitInputBrush)base.Clone();
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
61return (BitmapCacheBrush)base.Clone();
System\Windows\Media\Generated\GradientBrush.cs (1)
61return (GradientBrush)base.Clone();
System\Windows\Media\Generated\SolidColorBrush.cs (1)
61return (SolidColorBrush)base.Clone();
System\Windows\Media\Generated\TileBrush.cs (1)
61return (TileBrush)base.Clone();
PresentationFramework.Aero (6)
Microsoft\Windows\Themes\BulletChrome.cs (2)
800border = border.Clone(); 825border = border.Clone();
Microsoft\Windows\Themes\ButtonChrome.cs (2)
561border = border.Clone(); 586border = border.Clone();
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
439border = border.Clone(); 464border = border.Clone();
PresentationFramework.Aero2 (6)
Microsoft\Windows\Themes\BulletChrome.cs (2)
800border = border.Clone(); 825border = border.Clone();
Microsoft\Windows\Themes\ButtonChrome.cs (2)
561border = border.Clone(); 586border = border.Clone();
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
439border = border.Clone(); 464border = border.Clone();
PresentationFramework.Luna (4)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
660brush = brush.Clone(); 685brush = brush.Clone();
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
399border = border.Clone(); 424border = border.Clone();
PresentationFramework.Royale (4)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
519brush = brush.Clone(); 544brush = brush.Clone();
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
399border = border.Clone(); 424border = border.Clone();
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonContextualTabGroupsPanel.cs (1)
250Brush b = ribbon.BorderBrush.Clone();
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
342Brush b = ribbon.BorderBrush.Clone();