3 references to GdiPlusCache
System.Windows.Forms (2)
System\Windows\Forms\Rendering\ControlPaint.cs (2)
1893using var bright = GdiPlusCache.GetCachedPenScope(LightLight(backColor)); 1894using var dark = GdiPlusCache.GetCachedPenScope(Dark(backColor));
System.Windows.Forms.Primitives (1)
System\Windows\Forms\RefCountedCache.Scope.cs (1)
24/// See <see cref="GdiPlusCache.GetSolidBrushScope(Drawing.Color)"/> for an example.