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