3 references to SetStyle
System.Windows.Forms.Tests (3)
System\Windows\Forms\ScrollBarTests.cs (3)
2691control.SetStyle(ControlStyles.UserPaint, userPaint); 2692control.SetStyle(ControlStyles.AllPaintingInWmPaint, allPaintingInWmPaint); 2693control.SetStyle(ControlStyles.Opaque, opaque);