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)
3501
hwndTarget.
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;