5 references to Value
System.Drawing (5)
commonui\System\Drawing\Color.cs (5)
1377return(byte)((Value >> ARGBRedShift) & 0xFF); 1387return(byte)((Value >> ARGBGreenShift) & 0xFF); 1399return(byte)((Value >> ARGBBlueShift) & 0xFF); 1411return(byte)((Value >> ARGBAlphaShift) & 0xFF); 1725return unchecked((int)Value);