7 writes to BackgroundColor
PresentationCore (1)
System\Windows\InterOp\HwndSource.cs (1)
281_hwndTarget.BackgroundColor = Colors.Transparent;
PresentationFramework (6)
System\Windows\Appearance\WindowBackdropManager.cs (2)
98windowSource.CompositionTarget.BackgroundColor = Colors.Transparent; 112windowSource.CompositionTarget.BackgroundColor = SystemColors.WindowColor;
System\Windows\Controls\Primitives\Popup.cs (1)
3378hwndTarget.BackgroundColor = transparent ? Colors.Transparent : Colors.Black;
System\Windows\Shell\WindowChromeWorker.cs (3)
1203_hwndSource.CompositionTarget.BackgroundColor = SystemColors.WindowColor; 1213_hwndSource.CompositionTarget.BackgroundColor = Colors.Transparent; 1408_hwndSource.CompositionTarget.BackgroundColor = SystemColors.WindowColor;