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