10 references to LightGray
System.Drawing.Common (4)
System\Drawing\Bitmap.cs (2)
22
private static readonly Color s_defaultTransparentColor = Color.
LightGray
;
154
public IntPtr GetHbitmap() => GetHbitmap(Color.
LightGray
);
System\Drawing\Brushes.cs (1)
228
public static Brush LightGray => GetBrush(s_lightGrayKey, Color.
LightGray
);
System\Drawing\Pens.cs (1)
228
public static Pen LightGray => GetPen(s_lightGrayKey, Color.
LightGray
);
System.Drawing.Primitives (2)
System\Drawing\ColorTranslator.cs (2)
255
c = Color.
LightGray
;
381
if (c == Color.
LightGray
)
System.Private.Windows.GdiPlus (1)
Windows\Win32\Graphics\GdiPlus\GpBitmapExtensions.cs (1)
37
public static HBITMAP GetHBITMAP(this IPointer<GpBitmap> bitmap) => bitmap.GetHBITMAP(DrawingColor.
LightGray
);
System.Windows.Forms (2)
System\Windows\Forms\Controls\ImageList\ImageList.cs (2)
747
private void ResetTransparentColor() => TransparentColor = Color.
LightGray
;
749
private bool ShouldSerializeTransparentColor() => !TransparentColor.Equals(Color.
LightGray
);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageListDesigner.cs (1)
81
private bool ShouldSerializeTransparentColor() => !TransparentColor.Equals(Color.
LightGray
);