8 references to GetStyle
System.Windows.Forms.Tests (8)
System\Windows\Forms\ListViewTests.cs (8)
1159
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
1165
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
1171
Assert.Equal(!value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
1191
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
1200
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
1209
Assert.Equal(!value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
4277
Assert.Equal(expected, control.
GetStyle
(flag));
4280
Assert.Equal(expected, control.
GetStyle
(flag));