2 references to WS_THICKFRAME
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
3641
cp.Style |= (int)(WINDOW_STYLE.WS_BORDER | WINDOW_STYLE.
WS_THICKFRAME
);
3656
cp.Style |= (int)(WINDOW_STYLE.WS_BORDER | WINDOW_STYLE.
WS_THICKFRAME
);