File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
src/System.Windows.Forms/src/System/Windows/Forms Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -12858,6 +12858,7 @@ internal ToolStripControlHost? ToolStripControlHost
12858
12858
UrlFormat = Obsoletions . SharedUrlFormat ) ]
12859
12859
[ EditorBrowsable ( EditorBrowsableState . Never ) ]
12860
12860
[ Browsable ( false ) ]
12861
+ [ DesignerSerializationVisibility ( DesignerSerializationVisibility . Hidden ) ]
12861
12862
public virtual ContextMenu ContextMenu
12862
12863
{
12863
12864
get ;
@@ -12875,6 +12876,7 @@ public virtual ContextMenu ContextMenu
12875
12876
12876
12877
[ EditorBrowsable ( EditorBrowsableState . Never ) ]
12877
12878
[ Browsable ( false ) ]
12879
+ [ DesignerSerializationVisibility ( DesignerSerializationVisibility . Hidden ) ]
12878
12880
public event EventHandler ContextMenuChanged
12879
12881
{
12880
12882
add { }
@@ -12891,6 +12893,7 @@ public event EventHandler ContextMenuChanged
12891
12893
UrlFormat = Obsoletions . SharedUrlFormat ) ]
12892
12894
[ EditorBrowsable ( EditorBrowsableState . Never ) ]
12893
12895
[ Browsable ( false ) ]
12896
+ [ DesignerSerializationVisibility ( DesignerSerializationVisibility . Hidden ) ]
12894
12897
protected virtual void OnContextMenuChanged ( EventArgs e ) { }
12895
12898
#nullable enable
12896
12899
}
Original file line number Diff line number Diff line change @@ -7140,6 +7140,7 @@ protected override void WndProc(ref Message m)
7140
7140
UrlFormat = Obsoletions . SharedUrlFormat ) ]
7141
7141
[ EditorBrowsable ( EditorBrowsableState . Never ) ]
7142
7142
[ Browsable ( false ) ]
7143
+ [ DesignerSerializationVisibility ( DesignerSerializationVisibility . Hidden ) ]
7143
7144
public MainMenu Menu
7144
7145
{
7145
7146
get ;
@@ -7156,6 +7157,7 @@ public MainMenu Menu
7156
7157
UrlFormat = Obsoletions . SharedUrlFormat ) ]
7157
7158
[ EditorBrowsable ( EditorBrowsableState . Never ) ]
7158
7159
[ Browsable ( false ) ]
7160
+ [ DesignerSerializationVisibility ( DesignerSerializationVisibility . Hidden ) ]
7159
7161
public MainMenu MergedMenu
7160
7162
{
7161
7163
get ;
You can’t perform that action at this time.
0 commit comments