3 references to MCM_GETCALENDARGRIDINFO
System.Windows.Forms (3)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarAccessibleObject.cs (3)
252
bool success = PInvokeCore.SendMessage(owner, PInvoke.
MCM_GETCALENDARGRIDINFO
, 0, ref gridInfo) != 0;
274
bool success = PInvokeCore.SendMessage(owner, PInvoke.
MCM_GETCALENDARGRIDINFO
, 0, ref gridInfo) != 0;
302
PInvokeCore.SendMessage(owner, PInvoke.
MCM_GETCALENDARGRIDINFO
, 0, ref gridInfo);