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