<PackageReference Include="System.Drawing.Common" Version="10.0.4" />

System.Drawing.BufferedGraphicsManager

public static class BufferedGraphicsManager
Provides access to the main buffered graphics context object for the application domain.
namespace System.Drawing { public static class BufferedGraphicsManager { public static BufferedGraphicsContext Current { get; } } }