12 references to SetStyle
System.Windows.Forms.Tests (12)
System\Windows\Forms\TabPageTests.cs (12)
1027control.SetStyle(ControlStyles.UserPaint, userPaint); 2057control.SetStyle(ControlStyles.ResizeRedraw, resizeRedraw); 2161control.SetStyle(ControlStyles.ResizeRedraw, resizeRedraw); 2285control.SetStyle(ControlStyles.SupportsTransparentBackColor, true); 2287control.SetStyle(ControlStyles.SupportsTransparentBackColor, supportsTransparentBackgroundColor); 3612control.SetStyle(ControlStyles.UserPaint, userPaint); 3983control.SetStyle(ControlStyles.SupportsTransparentBackColor, supportsTransparentBackColor); 4063control.SetStyle(ControlStyles.SupportsTransparentBackColor, supportsTransparentBackColor); 4109control.SetStyle(ControlStyles.SupportsTransparentBackColor, supportsTransparentBackColor); 4202control.SetStyle(ControlStyles.SupportsTransparentBackColor, supportsTransparentBackColor); 4563control.SetStyle(ControlStyles.ResizeRedraw, resizeRedraw); 4714control.SetStyle(ControlStyles.ResizeRedraw, resizeRedraw);