Skip to content

Commit

Permalink
Update unshipped API list.
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausLoeffelmann committed Mar 5, 2024
1 parent 4cddce2 commit 8c2b093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System.Windows.Forms/src/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ static System.Windows.Forms.Application.DefaultDarkMode.get -> System.Windows.Fo
static System.Windows.Forms.Application.EnvironmentDarkMode.get -> System.Windows.Forms.DarkMode
static System.Windows.Forms.Application.IsDarkModeEnabled.get -> bool
static System.Windows.Forms.Application.SetDefaultDarkMode(System.Windows.Forms.DarkMode darkMode) -> bool
static System.Windows.Forms.Application.SystemColors.get -> System.Windows.Forms.ThemedSystemColors!
System.Windows.Forms.Control.DarkMode.get -> System.Windows.Forms.DarkMode
System.Windows.Forms.Control.DarkMode.set -> void
System.Windows.Forms.DarkMode
Expand All @@ -21,7 +22,6 @@ System.Windows.Forms.Form.WindowCornerPreference.RoundSmall = 3 -> System.Window
System.Windows.Forms.ThemedSystemColors
System.Windows.Forms.ThemedSystemColors.ThemedSystemColors() -> void
virtual System.Windows.Forms.Control.DarkModeSupported.get -> bool
virtual System.Windows.Forms.Control.DefaultDarkMode.get -> System.Windows.Forms.DarkMode
virtual System.Windows.Forms.Control.IsDarkModeEnabled.get -> bool
virtual System.Windows.Forms.Control.SetDarkModeCore(System.Windows.Forms.DarkMode darkModeSetting) -> bool
virtual System.Windows.Forms.ThemedSystemColors.ActiveBorder.get -> System.Drawing.Color
Expand Down

0 comments on commit 8c2b093

Please sign in to comment.