8 references to GetStyle
System.Windows.Forms.Tests (8)
System\Windows\Forms\ListViewTests.cs (8)
1161
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
1167
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
1173
Assert.Equal(!value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
1193
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
1202
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
1211
Assert.Equal(!value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
4279
Assert.Equal(expected, control.
GetStyle
(flag));
4282
Assert.Equal(expected, control.
GetStyle
(flag));