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)
36return (ImplicitInputBrush)base.Clone();
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
43return (BitmapCacheBrush)base.Clone();
System\Windows\Media\Generated\GradientBrush.cs (1)
43return (GradientBrush)base.Clone();
System\Windows\Media\Generated\SolidColorBrush.cs (1)
43return (SolidColorBrush)base.Clone();
System\Windows\Media\Generated\TileBrush.cs (1)
43return (TileBrush)base.Clone();
PresentationFramework.Aero (6)
Microsoft\Windows\Themes\BulletChrome.cs (2)
807border = border.Clone(); 832border = border.Clone();
Microsoft\Windows\Themes\ButtonChrome.cs (2)
559border = border.Clone(); 584border = border.Clone();
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
431border = border.Clone(); 456border = border.Clone();
PresentationFramework.Aero2 (6)
Microsoft\Windows\Themes\BulletChrome.cs (2)
807border = border.Clone(); 832border = border.Clone();
Microsoft\Windows\Themes\ButtonChrome.cs (2)
559border = border.Clone(); 584border = border.Clone();
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
431border = border.Clone(); 456border = border.Clone();
PresentationFramework.Luna (4)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
654brush = brush.Clone(); 679brush = brush.Clone();
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
392border = border.Clone(); 417border = border.Clone();
PresentationFramework.Royale (4)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
513brush = brush.Clone(); 538brush = brush.Clone();
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
392border = border.Clone(); 417border = border.Clone();
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonContextualTabGroupsPanel.cs (1)
241Brush b = ribbon.BorderBrush.Clone();
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
338Brush b = ribbon.BorderBrush.Clone();