6 references to SetStyle
System.Windows.Forms.Tests (6)
System\Windows\Forms\ToolStripTests.cs (6)
4133control.SetStyle(ControlStyles.UserPaint, userPaint); 5880control.SetStyle(ControlStyles.SupportsTransparentBackColor, supportsTransparentBackColor); 6029control.SetStyle(ControlStyles.SupportsTransparentBackColor, supportsTransparentBackColor); 6078control.SetStyle(ControlStyles.SupportsTransparentBackColor, supportsTransparentBackColor); 6171control.SetStyle(ControlStyles.SupportsTransparentBackColor, supportsTransparentBackColor); 6790control.SetStyle(ControlStyles.Selectable, !tabStop);