5 writes to BackgroundColor
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
324_hwndTarget.BackgroundColor = Colors.Transparent;
PresentationFramework (4)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
3501hwndTarget.BackgroundColor = transparent ? Colors.Transparent : Colors.Black;
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (3)
1376_hwndSource.CompositionTarget.BackgroundColor = SystemColors.WindowColor; 1386_hwndSource.CompositionTarget.BackgroundColor = Colors.Transparent; 1564_hwndSource.CompositionTarget.BackgroundColor = SystemColors.WindowColor;