8 references to GetStyle
System.Windows.Forms.Tests (8)
System\Windows\Forms\MonthCalendarTests.cs (8)
753
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
759
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
765
Assert.Equal(!value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
784
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
793
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
802
Assert.Equal(!value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
3348
Assert.Equal(expected, control.
GetStyle
(flag));
3351
Assert.Equal(expected, control.
GetStyle
(flag));