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