Skip to content

Commit a64fee1

Browse files
authored
Public Unshipped APIs (#13601)
2 parents 51412d9 + 03701d9 commit a64fee1

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

src/System.Windows.Forms/PublicAPI.Shipped.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
#nullable enable
22
[WFO5001]static System.Windows.Forms.Application.SetColorMode(System.Windows.Forms.SystemColorMode systemColorMode) -> void
33
[WFO5001]System.Windows.Forms.ControlStyles.ApplyThemingImplicitly = 524288 -> System.Windows.Forms.ControlStyles
4+
[WFO5001]System.Windows.Forms.Form.FormBorderColorChanged -> System.EventHandler?
5+
[WFO5001]System.Windows.Forms.Form.FormCaptionBackColorChanged -> System.EventHandler?
6+
[WFO5001]System.Windows.Forms.Form.FormCaptionTextColorChanged -> System.EventHandler?
7+
[WFO5001]System.Windows.Forms.Form.FormCornerPreferenceChanged -> System.EventHandler?
8+
[WFO5001]System.Windows.Forms.FormCornerPreference
9+
[WFO5001]System.Windows.Forms.FormCornerPreference.Default = 0 -> System.Windows.Forms.FormCornerPreference
10+
[WFO5001]System.Windows.Forms.FormCornerPreference.DoNotRound = 1 -> System.Windows.Forms.FormCornerPreference
11+
[WFO5001]System.Windows.Forms.FormCornerPreference.Round = 2 -> System.Windows.Forms.FormCornerPreference
12+
[WFO5001]System.Windows.Forms.FormCornerPreference.RoundSmall = 3 -> System.Windows.Forms.FormCornerPreference
413
[WFO5001]System.Windows.Forms.SystemColorMode
514
[WFO5001]System.Windows.Forms.SystemColorMode.Classic = 0 -> System.Windows.Forms.SystemColorMode
615
[WFO5001]System.Windows.Forms.SystemColorMode.Dark = 2 -> System.Windows.Forms.SystemColorMode
716
[WFO5001]System.Windows.Forms.SystemColorMode.System = 1 -> System.Windows.Forms.SystemColorMode
17+
[WFO5001]virtual System.Windows.Forms.Form.OnFormBorderColorChanged(System.EventArgs! e) -> void
18+
[WFO5001]virtual System.Windows.Forms.Form.OnFormCaptionBackColorChanged(System.EventArgs! e) -> void
19+
[WFO5001]virtual System.Windows.Forms.Form.OnFormCaptionTextColorChanged(System.EventArgs! e) -> void
20+
[WFO5001]virtual System.Windows.Forms.Form.OnFormCornerPreferenceChanged(System.EventArgs! e) -> void
821
[WFO5002]static System.Windows.Forms.TaskDialog.ShowDialogAsync(nint hwndOwner, System.Windows.Forms.TaskDialogPage! page, System.Windows.Forms.TaskDialogStartupLocation startupLocation = System.Windows.Forms.TaskDialogStartupLocation.CenterOwner) -> System.Threading.Tasks.Task<System.Windows.Forms.TaskDialogButton!>!
922
[WFO5002]static System.Windows.Forms.TaskDialog.ShowDialogAsync(System.Windows.Forms.IWin32Window! owner, System.Windows.Forms.TaskDialogPage! page, System.Windows.Forms.TaskDialogStartupLocation startupLocation = System.Windows.Forms.TaskDialogStartupLocation.CenterOwner) -> System.Threading.Tasks.Task<System.Windows.Forms.TaskDialogButton!>!
1023
[WFO5002]static System.Windows.Forms.TaskDialog.ShowDialogAsync(System.Windows.Forms.TaskDialogPage! page, System.Windows.Forms.TaskDialogStartupLocation startupLocation = System.Windows.Forms.TaskDialogStartupLocation.CenterScreen) -> System.Threading.Tasks.Task<System.Windows.Forms.TaskDialogButton!>!
@@ -655,6 +668,7 @@ override System.Windows.Forms.DataGridView.BackgroundImageLayout.set -> void
655668
override System.Windows.Forms.DataGridView.CanEnableIme.get -> bool
656669
override System.Windows.Forms.DataGridView.CreateAccessibilityInstance() -> System.Windows.Forms.AccessibleObject!
657670
override System.Windows.Forms.DataGridView.CreateControlsInstance() -> System.Windows.Forms.Control.ControlCollection!
671+
override System.Windows.Forms.DataGridView.CreateParams.get -> System.Windows.Forms.CreateParams!
658672
override System.Windows.Forms.DataGridView.DataGridViewAccessibleObject.GetChild(int index) -> System.Windows.Forms.AccessibleObject?
659673
override System.Windows.Forms.DataGridView.DataGridViewAccessibleObject.GetChildCount() -> int
660674
override System.Windows.Forms.DataGridView.DataGridViewAccessibleObject.GetFocused() -> System.Windows.Forms.AccessibleObject?
@@ -1930,6 +1944,7 @@ override System.Windows.Forms.TabPage.BackColor.get -> System.Drawing.Color
19301944
override System.Windows.Forms.TabPage.BackColor.set -> void
19311945
override System.Windows.Forms.TabPage.CreateAccessibilityInstance() -> System.Windows.Forms.AccessibleObject!
19321946
override System.Windows.Forms.TabPage.CreateControlsInstance() -> System.Windows.Forms.Control.ControlCollection!
1947+
override System.Windows.Forms.TabPage.CreateParams.get -> System.Windows.Forms.CreateParams!
19331948
override System.Windows.Forms.TabPage.Dock.get -> System.Windows.Forms.DockStyle
19341949
override System.Windows.Forms.TabPage.Dock.set -> void
19351950
override System.Windows.Forms.TabPage.MaximumSize.get -> System.Drawing.Size
@@ -7060,6 +7075,8 @@ System.Windows.Forms.Form.FormClosed -> System.Windows.Forms.FormClosedEventHand
70607075
System.Windows.Forms.Form.FormClosing -> System.Windows.Forms.FormClosingEventHandler?
70617076
System.Windows.Forms.Form.FormCornerPreference.get -> System.Windows.Forms.FormCornerPreference
70627077
System.Windows.Forms.Form.FormCornerPreference.set -> void
7078+
System.Windows.Forms.Form.FormScreenCaptureMode.get -> System.Windows.Forms.ScreenCaptureMode
7079+
System.Windows.Forms.Form.FormScreenCaptureMode.set -> void
70637080
System.Windows.Forms.Form.HelpButton.get -> bool
70647081
System.Windows.Forms.Form.HelpButton.set -> void
70657082
System.Windows.Forms.Form.HelpButtonClicked -> System.ComponentModel.CancelEventHandler?
@@ -9740,6 +9757,10 @@ System.Windows.Forms.Screen.Bounds.get -> System.Drawing.Rectangle
97409757
System.Windows.Forms.Screen.DeviceName.get -> string!
97419758
System.Windows.Forms.Screen.Primary.get -> bool
97429759
System.Windows.Forms.Screen.WorkingArea.get -> System.Drawing.Rectangle
9760+
System.Windows.Forms.ScreenCaptureMode
9761+
System.Windows.Forms.ScreenCaptureMode.Allow = 0 -> System.Windows.Forms.ScreenCaptureMode
9762+
System.Windows.Forms.ScreenCaptureMode.HideContent = 1 -> System.Windows.Forms.ScreenCaptureMode
9763+
System.Windows.Forms.ScreenCaptureMode.HideWindow = 2 -> System.Windows.Forms.ScreenCaptureMode
97439764
System.Windows.Forms.ScrollableControl
97449765
System.Windows.Forms.ScrollableControl.AutoScrollMargin.get -> System.Drawing.Size
97459766
System.Windows.Forms.ScrollableControl.AutoScrollMargin.set -> void
Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +0,0 @@
1-
override System.Windows.Forms.DataGridView.CreateParams.get -> System.Windows.Forms.CreateParams!
2-
override System.Windows.Forms.TabPage.CreateParams.get -> System.Windows.Forms.CreateParams!
3-
System.Windows.Forms.Form.FormScreenCaptureMode.get -> System.Windows.Forms.ScreenCaptureMode
4-
System.Windows.Forms.Form.FormScreenCaptureMode.set -> void
5-
System.Windows.Forms.ScreenCaptureMode
6-
System.Windows.Forms.ScreenCaptureMode.Allow = 0 -> System.Windows.Forms.ScreenCaptureMode
7-
System.Windows.Forms.ScreenCaptureMode.HideContent = 1 -> System.Windows.Forms.ScreenCaptureMode
8-
System.Windows.Forms.ScreenCaptureMode.HideWindow = 2 -> System.Windows.Forms.ScreenCaptureMode
9-
[WFO5001]System.Windows.Forms.FormCornerPreference
10-
[WFO5001]System.Windows.Forms.FormCornerPreference.Default = 0 -> System.Windows.Forms.FormCornerPreference
11-
[WFO5001]System.Windows.Forms.FormCornerPreference.DoNotRound = 1 -> System.Windows.Forms.FormCornerPreference
12-
[WFO5001]System.Windows.Forms.FormCornerPreference.Round = 2 -> System.Windows.Forms.FormCornerPreference
13-
[WFO5001]System.Windows.Forms.FormCornerPreference.RoundSmall = 3 -> System.Windows.Forms.FormCornerPreference
14-
[WFO5001]System.Windows.Forms.Form.FormBorderColorChanged -> System.EventHandler?
15-
[WFO5001]System.Windows.Forms.Form.FormCaptionBackColorChanged -> System.EventHandler?
16-
[WFO5001]System.Windows.Forms.Form.FormCaptionTextColorChanged -> System.EventHandler?
17-
[WFO5001]System.Windows.Forms.Form.FormCornerPreferenceChanged -> System.EventHandler?
18-
[WFO5001]virtual System.Windows.Forms.Form.OnFormBorderColorChanged(System.EventArgs! e) -> void
19-
[WFO5001]virtual System.Windows.Forms.Form.OnFormCaptionBackColorChanged(System.EventArgs! e) -> void
20-
[WFO5001]virtual System.Windows.Forms.Form.OnFormCaptionTextColorChanged(System.EventArgs! e) -> void
21-
[WFO5001]virtual System.Windows.Forms.Form.OnFormCornerPreferenceChanged(System.EventArgs! e) -> void

0 commit comments

Comments
 (0)