2 references to OpacityAsByte
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
769
if (
OpacityAsByte
< 255 && OSFeature.Feature.IsPresent(OSFeature.LayeredWindows))
2022
result = UnsafeNativeMethods.SetLayeredWindowAttributes(new HandleRef(this, Handle), 0,
OpacityAsByte
, NativeMethods.LWA_ALPHA);