20 references to Transparent
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Utilities\BrushToColorConverter.cs (2)
18GradientBrush gradientBrush => gradientBrush.GradientStops.FirstOrDefault()?.Color ?? Colors.Transparent, 19_ => Colors.Transparent
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
197ImageThemingUtilities.SetImageBackgroundColor(holder, Colors.Transparent);
PresentationCore (6)
System\Windows\InterOp\HwndSource.cs (1)
274_hwndTarget.BackgroundColor = Colors.Transparent;
System\Windows\InterOp\HwndTarget.cs (1)
2245Colors.Transparent, // _colorKey.GetValueOrDefault(Colors.Black),
System\Windows\Media\Generated\GradientStop.cs (2)
236Colors.Transparent, 268internal static Color s_Color = Colors.Transparent;
System\Windows\Media\Generated\SolidColorBrush.cs (2)
284internal static Color s_Color = Colors.Transparent; 313Colors.Transparent,
PresentationFramework (8)
System\Windows\Appearance\WindowBackdropManager.cs (1)
102windowSource.CompositionTarget.BackgroundColor = Colors.Transparent;
System\Windows\Controls\Primitives\Popup.cs (1)
3372hwndTarget.BackgroundColor = transparent ? Colors.Transparent : Colors.Black;
System\Windows\Controls\ProgressBar.cs (4)
199b.GradientStops.Add(new GradientStop(Colors.Transparent, 0.0)); 202b.GradientStops.Add(new GradientStop(Colors.Transparent, 1.0)); 213mask.GradientStops.Add(new GradientStop(Colors.Transparent, 0.0)); 216mask.GradientStops.Add(new GradientStop(Colors.Transparent, 1.0));
System\Windows\Shell\WindowChromeWorker.cs (1)
963_hwndSource.CompositionTarget.BackgroundColor = Colors.Transparent;
System\Windows\SystemColors.cs (1)
2293color = Colors.Transparent;
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (2)
1025_beforeDrawing = Colors.Transparent; 1026_afterDrawing = Colors.Transparent;
AlphaFlattener\MetroDevice.cs (1)
232g.OpacityMask = BrushProxy.CreateColorBrush(Colors.Transparent);