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)
280_hwndTarget.BackgroundColor = Colors.Transparent;
System\Windows\InterOp\HwndTarget.cs (1)
2260Colors.Transparent, // _colorKey.GetValueOrDefault(Colors.Black),
System\Windows\Media\Generated\GradientStop.cs (2)
264Colors.Transparent, 296internal static Color s_Color = Colors.Transparent;
System\Windows\Media\Generated\SolidColorBrush.cs (2)
312internal static Color s_Color = Colors.Transparent; 341Colors.Transparent,
PresentationFramework (8)
System\Windows\Appearance\WindowBackdropManager.cs (1)
103windowSource.CompositionTarget.BackgroundColor = Colors.Transparent;
System\Windows\Controls\Primitives\Popup.cs (1)
3369hwndTarget.BackgroundColor = transparent ? Colors.Transparent : Colors.Black;
System\Windows\Controls\ProgressBar.cs (4)
205b.GradientStops.Add(new GradientStop(Colors.Transparent, 0.0)); 208b.GradientStops.Add(new GradientStop(Colors.Transparent, 1.0)); 217mask.GradientStops.Add(new GradientStop(Colors.Transparent, 0.0)); 220mask.GradientStops.Add(new GradientStop(Colors.Transparent, 1.0));
System\Windows\Shell\WindowChromeWorker.cs (1)
968_hwndSource.CompositionTarget.BackgroundColor = Colors.Transparent;
System\Windows\SystemColors.cs (1)
2295color = Colors.Transparent;
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (2)
1028_beforeDrawing = Colors.Transparent; 1029_afterDrawing = Colors.Transparent;
AlphaFlattener\MetroDevice.cs (1)
237g.OpacityMask = BrushProxy.CreateColorBrush(Colors.Transparent);