8 references to GetStyle
System.Windows.Forms.Tests (8)
System\Windows\Forms\TabControlTests.cs (8)
811
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
817
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
823
Assert.Equal(!value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
842
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
851
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
860
Assert.Equal(!value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
3954
Assert.Equal(expected, control.
GetStyle
(flag));
3957
Assert.Equal(expected, control.
GetStyle
(flag));