4 references to CS_DBLCLKS
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
1420cp.ClassStyle = (int)WNDCLASS_STYLES.CS_DBLCLKS;
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
95ClassStyle = (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)
148Assert.Equal(WNDCLASS_STYLES.CS_DBLCLKS, (WNDCLASS_STYLES)createParams.ClassStyle);