Skip to content

Commit 882cea2

Browse files
ricardobossanRicardo Bossan (BEYONDSOFT CONSULTING INC) (from Dev Box)
and
Ricardo Bossan (BEYONDSOFT CONSULTING INC) (from Dev Box)
authored
Related #12830. Sets DesignerSerializationVisibility to Hidden in PropertyGridExt.DesignerHost (#13043)
Related #12830 - Sets `DesignerSerializationVisibility` to `Hidden` in `PropertyGridExt.DesignerHost` - None - No - Minimal - Manual - 10.0.100-preview.3.25125.5 Co-authored-by: Ricardo Bossan (BEYONDSOFT CONSULTING INC) (from Dev Box) <[email protected]>
1 parent 5e8147d commit 882cea2

File tree

1 file changed

+1
-0
lines changed
  • src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/DesignSurfaceExt

1 file changed

+1
-0
lines changed

src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/DesignSurfaceExt/PropertyGridExt.cs

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ protected override void Dispose(bool disposing)
3333
base.Dispose(disposing);
3434
}
3535

36+
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
3637
public IDesignerHost DesignerHost
3738
{
3839
get

0 commit comments

Comments
 (0)