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