4 references to ARGBAlphaMask
System.Drawing.Primitives (4)
System\Drawing\Color.cs (1)
466
(uint)baseColor.Value & ~
ARGBAlphaMask
System\Drawing\ColorTranslator.cs (1)
28
| Color.
ARGBAlphaMask
; // COLORREF's are always fully opaque
System\Drawing\KnownColorTable.cs (2)
477
Debug.Assert((argb & Color.
ARGBAlphaMask
) == Color.
ARGBAlphaMask
);