3 references to MCM_GETMINREQRECT
System.Windows.Forms (1)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
798
if (PInvokeCore.SendMessage(this, PInvoke.
MCM_GETMINREQRECT
, 0, ref rect) == 0)
System.Windows.Forms.Tests (2)
System\Windows\Forms\MonthCalendarTests.cs (2)
2473
if (m.Msg == (int)PInvoke.
MCM_GETMINREQRECT
)
2501
if (MakeInvalid && m.Msg == (int)PInvoke.
MCM_GETMINREQRECT
)