8 references to GetStyle
System.Windows.Forms.Tests (8)
System\Windows\Forms\TabControlTests.cs (8)
809
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
815
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
821
Assert.Equal(!value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
840
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
849
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
858
Assert.Equal(!value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
3952
Assert.Equal(expected, control.
GetStyle
(flag));
3955
Assert.Equal(expected, control.
GetStyle
(flag));