5 references to OpacityAsByte
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Form.cs (5)
2091
if (
OpacityAsByte
< 255 && OSFeature.Feature.IsPresent(OSFeature.LayeredWindows))
2618
formState[FormStateLayered] = (this.
OpacityAsByte
< 255) ? 1 : 0;
6458
result = UnsafeNativeMethods.SetLayeredWindowAttributes(new HandleRef(this, Handle), 0,
OpacityAsByte
, NativeMethods.LWA_ALPHA);
6460
else if (
OpacityAsByte
== 255) {
6466
OpacityAsByte
, NativeMethods.LWA_ALPHA | NativeMethods.LWA_COLORKEY);