2 references to ARGBRedShift
System.Drawing (2)
commonui\System\Drawing\Color.cs (2)
1377return(byte)((Value >> ARGBRedShift) & 0xFF); 1531return(long)(unchecked((uint)(red << ARGBRedShift |