2 references to ComputeWindowSize
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
3208
return
ComputeWindowSize
(clientSize, (WINDOW_STYLE)cp.Style, (WINDOW_EX_STYLE)cp.ExStyle);
3620
Size correct =
ComputeWindowSize
(ClientSize, (WINDOW_STYLE)maskedStyle, (WINDOW_EX_STYLE)cp.ExStyle);