12 references to SetStyle
System.Windows.Forms.Tests (12)
System\Windows\Forms\TabPageTests.cs (12)
1025control.SetStyle(ControlStyles.UserPaint, userPaint); 2055control.SetStyle(ControlStyles.ResizeRedraw, resizeRedraw); 2159control.SetStyle(ControlStyles.ResizeRedraw, resizeRedraw); 2283control.SetStyle(ControlStyles.SupportsTransparentBackColor, true); 2285control.SetStyle(ControlStyles.SupportsTransparentBackColor, supportsTransparentBackgroundColor); 3610control.SetStyle(ControlStyles.UserPaint, userPaint); 3981control.SetStyle(ControlStyles.SupportsTransparentBackColor, supportsTransparentBackColor); 4061control.SetStyle(ControlStyles.SupportsTransparentBackColor, supportsTransparentBackColor); 4107control.SetStyle(ControlStyles.SupportsTransparentBackColor, supportsTransparentBackColor); 4200control.SetStyle(ControlStyles.SupportsTransparentBackColor, supportsTransparentBackColor); 4561control.SetStyle(ControlStyles.ResizeRedraw, resizeRedraw); 4712control.SetStyle(ControlStyles.ResizeRedraw, resizeRedraw);