| File: Properties\TypeForwards.cs | Web Access |
| Project: src\winforms\src\System.Windows.Forms\System.Windows.Forms.csproj (System.Windows.Forms) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.CompilerServices; #pragma warning disable RS0016 // Add public types and members to the declared API [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))] [assembly: TypeForwardedTo(typeof(System.Windows.Forms.ScreenOrientation))] [assembly: TypeForwardedTo(typeof(System.Windows.Forms.Automation.AutomationLiveSetting))] [assembly: TypeForwardedTo(typeof(System.Windows.Forms.Automation.AutomationNotificationKind))] [assembly: TypeForwardedTo(typeof(System.Windows.Forms.Automation.AutomationNotificationProcessing))] [assembly: TypeForwardedTo(typeof(System.Windows.Forms.Automation.IAutomationLiveRegion))] [assembly: TypeForwardedTo(typeof(System.Windows.Forms.VisualStyles.TextMetrics))] [assembly: TypeForwardedTo(typeof(System.Windows.Forms.VisualStyles.TextMetricsCharacterSet))] [assembly: TypeForwardedTo(typeof(System.Windows.Forms.VisualStyles.TextMetricsPitchAndFamilyValues))] [assembly: TypeForwardedTo(typeof(System.Windows.Forms.VisualStyles.ThemeSizeType))] #pragma warning restore RS0016