4 references to CS_DBLCLKS
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
1420
cp.ClassStyle = (int)WNDCLASS_STYLES.
CS_DBLCLKS
;
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
95
ClassStyle = (int)WNDCLASS_STYLES.
CS_DBLCLKS
,
System.Windows.Forms.Tests (2)
System\Windows\Forms\DomainUpDownTests.cs (1)
165
((WNDCLASS_STYLES)createParams.ClassStyle).Should().Be(WNDCLASS_STYLES.
CS_DBLCLKS
);
System\Windows\Forms\UpDownBaseTests.cs (1)
148
Assert.Equal(WNDCLASS_STYLES.
CS_DBLCLKS
, (WNDCLASS_STYLES)createParams.ClassStyle);