8 references to GetStyle
System.Windows.Forms.Tests (8)
System\Windows\Forms\MonthCalendarTests.cs (8)
751
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
757
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
763
Assert.Equal(!value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
782
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
791
Assert.Equal(value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
800
Assert.Equal(!value, control.
GetStyle
(ControlStyles.OptimizedDoubleBuffer));
3346
Assert.Equal(expected, control.
GetStyle
(flag));
3349
Assert.Equal(expected, control.
GetStyle
(flag));