diff --git a/src/System.Windows.Forms.Primitives/src/System/Windows/Forms/Internals/HighDpiMode.cs b/src/System.Windows.Forms.Primitives/src/System/Windows/Forms/HighDpiMode.cs similarity index 100% rename from src/System.Windows.Forms.Primitives/src/System/Windows/Forms/Internals/HighDpiMode.cs rename to src/System.Windows.Forms.Primitives/src/System/Windows/Forms/HighDpiMode.cs diff --git a/src/System.Windows.Forms/src/Properties/TypeForwards.cs b/src/System.Windows.Forms/src/Properties/TypeForwards.cs index e2fdefc56b9..f2be132b2ed 100644 --- a/src/System.Windows.Forms/src/Properties/TypeForwards.cs +++ b/src/System.Windows.Forms/src/Properties/TypeForwards.cs @@ -8,6 +8,7 @@ [assembly: TypeForwardedTo(typeof(System.Windows.Forms.FileDialogCustomPlace))] [assembly: TypeForwardedTo(typeof(System.Windows.Forms.FileDialogCustomPlacesCollection))] +[assembly: TypeForwardedTo(typeof(System.Windows.Forms.HighDpiMode))] [assembly: TypeForwardedTo(typeof(System.Windows.Forms.Message))] [assembly: TypeForwardedTo(typeof(System.Windows.Forms.Padding))] [assembly: TypeForwardedTo(typeof(System.Windows.Forms.PaddingConverter))]