5 references to AllowsTransparency
PresentationFramework (5)
System\Windows\Appearance\WindowBackdropManager.cs (1)
29
window.
AllowsTransparency
||
System\Windows\Window.cs (4)
2632
UsesPerPixelOpacity =
AllowsTransparency
,
6916
return
AllowsTransparency
? new Size(0, 0) : _swh.GetHwndNonClientAreaSizeInMeasureUnits();
6957
if (
AllowsTransparency
)
6965
if (
AllowsTransparency
&& style != WindowStyle.None)