6 references to SetStyle
System.Windows.Forms.Tests (6)
System\Windows\Forms\ToolStripTests.cs (6)
4135control.SetStyle(ControlStyles.UserPaint, userPaint); 5882control.SetStyle(ControlStyles.SupportsTransparentBackColor, supportsTransparentBackColor); 6031control.SetStyle(ControlStyles.SupportsTransparentBackColor, supportsTransparentBackColor); 6080control.SetStyle(ControlStyles.SupportsTransparentBackColor, supportsTransparentBackColor); 6173control.SetStyle(ControlStyles.SupportsTransparentBackColor, supportsTransparentBackColor); 6792control.SetStyle(ControlStyles.Selectable, !tabStop);