12 references to Transparent
PresentationCore (6)
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
324_hwndTarget.BackgroundColor = Colors.Transparent;
Core\CSharp\System\Windows\Interop\HwndTarget.cs (1)
2434Colors.Transparent, // _colorKey.GetValueOrDefault(Colors.Black),
Core\CSharp\System\Windows\Media\Generated\GradientStop.cs (2)
270Colors.Transparent, 302internal static Color s_Color = Colors.Transparent;
Core\CSharp\System\Windows\Media\Generated\SolidColorBrush.cs (2)
329internal static Color s_Color = Colors.Transparent; 358Colors.Transparent,
PresentationFramework (6)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
3501hwndTarget.BackgroundColor = transparent ? Colors.Transparent : Colors.Black;
src\Framework\System\Windows\Controls\ProgressBar.cs (4)
203b.GradientStops.Add(new GradientStop(Colors.Transparent, 0.0)); 206b.GradientStops.Add(new GradientStop(Colors.Transparent, 1.0)); 215mask.GradientStops.Add(new GradientStop(Colors.Transparent, 0.0)); 218mask.GradientStops.Add(new GradientStop(Colors.Transparent, 1.0));
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (1)
1386_hwndSource.CompositionTarget.BackgroundColor = Colors.Transparent;