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