5 references to AllowsTransparency
PresentationFramework (5)
System\Windows\Appearance\WindowBackdropManager.cs (1)
32
window.
AllowsTransparency
||
System\Windows\Window.cs (4)
2624
UsesPerPixelOpacity =
AllowsTransparency
,
6896
return
AllowsTransparency
? new Size(0, 0) : _swh.GetHwndNonClientAreaSizeInMeasureUnits();
6937
if (
AllowsTransparency
)
6945
if (
AllowsTransparency
&& style != WindowStyle.None)