67 references to GetLParam
System.Windows.Forms (67)
winforms\Managed\System\WinForms\ComboBox.cs (2)
3606
NativeMethods.DRAWITEMSTRUCT dis = (NativeMethods.DRAWITEMSTRUCT)m.
GetLParam
(typeof(NativeMethods.DRAWITEMSTRUCT));
3631
NativeMethods.MEASUREITEMSTRUCT mis = (NativeMethods.MEASUREITEMSTRUCT)m.
GetLParam
(typeof(NativeMethods.MEASUREITEMSTRUCT));
winforms\Managed\System\WinForms\Control.cs (3)
12937
NativeMethods.DRAWITEMSTRUCT dis = (NativeMethods.DRAWITEMSTRUCT)m.
GetLParam
(typeof(NativeMethods.DRAWITEMSTRUCT));
13150
NativeMethods.HELPINFO info = (NativeMethods.HELPINFO)m.
GetLParam
(typeof(NativeMethods.HELPINFO));
13185
NativeMethods.MEASUREITEMSTRUCT mis = (NativeMethods.MEASUREITEMSTRUCT)m.
GetLParam
(typeof(NativeMethods.MEASUREITEMSTRUCT));
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
29939
NativeMethods.TOOLTIPTEXT ttt = (NativeMethods.TOOLTIPTEXT) m.
GetLParam
(typeof(NativeMethods.TOOLTIPTEXT));
winforms\Managed\System\WinForms\DateTimePicker.cs (2)
1612
NativeMethods.NMDATETIMECHANGE nmdtc = (NativeMethods.NMDATETIMECHANGE)m.
GetLParam
(typeof(NativeMethods.NMDATETIMECHANGE));
1664
NativeMethods.NMHDR nmhdr = (NativeMethods.NMHDR)m.
GetLParam
(typeof(NativeMethods.NMHDR));
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (2)
788
NativeMethods.NMTVCUSTOMDRAW nmtvcd = (NativeMethods.NMTVCUSTOMDRAW)m.
GetLParam
(typeof(NativeMethods.NMTVCUSTOMDRAW));
851
NativeMethods.NMHDR nmh = (NativeMethods.NMHDR)m.
GetLParam
(typeof(NativeMethods.NMHDR));
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
1290
NativeMethods.NMHDR nmhdr = (NativeMethods.NMHDR)m.
GetLParam
(typeof(NativeMethods.NMHDR));
winforms\Managed\System\WinForms\Form.cs (1)
7180
NativeMethods.MINMAXINFO mmi = (NativeMethods.MINMAXINFO)m.
GetLParam
(typeof(NativeMethods.MINMAXINFO));
winforms\Managed\System\WinForms\ListBox.cs (2)
2322
NativeMethods.DRAWITEMSTRUCT dis = (NativeMethods.DRAWITEMSTRUCT)m.
GetLParam
(typeof(NativeMethods.DRAWITEMSTRUCT));
2362
NativeMethods.MEASUREITEMSTRUCT mis = (NativeMethods.MEASUREITEMSTRUCT)m.
GetLParam
(typeof(NativeMethods.MEASUREITEMSTRUCT));
winforms\Managed\System\WinForms\ListView.cs (18)
2393
NativeMethods.NMHEADER header = (NativeMethods.NMHEADER) m.
GetLParam
(typeof(NativeMethods.NMHEADER));
5532
NativeMethods.NMHEADER nmheader = (NativeMethods.NMHEADER) m.
GetLParam
(typeof(NativeMethods.NMHEADER));
5544
NativeMethods.NMHEADER nmheader = (NativeMethods.NMHEADER) m.
GetLParam
(typeof(NativeMethods.NMHEADER));
5580
NativeMethods.NMHEADER nmheader = (NativeMethods.NMHEADER)m.
GetLParam
(typeof(NativeMethods.NMHEADER));
5633
NativeMethods.NMHEADER nmheader = (NativeMethods.NMHEADER)m.
GetLParam
(typeof(NativeMethods.NMHEADER));
5650
NativeMethods.NMHEADER header = (NativeMethods.NMHEADER) m.
GetLParam
(typeof(NativeMethods.NMHEADER));
5743
NativeMethods.NMHEADER nmheader = (NativeMethods.NMHEADER) m.
GetLParam
(typeof(NativeMethods.NMHEADER));
5823
NativeMethods.NMLVDISPINFO_NOTEXT nmlvdp = (NativeMethods.NMLVDISPINFO_NOTEXT)m.
GetLParam
(typeof(NativeMethods.NMLVDISPINFO_NOTEXT));
5832
NativeMethods.NMLISTVIEW nmlv = (NativeMethods.NMLISTVIEW)m.
GetLParam
(typeof(NativeMethods.NMLISTVIEW));
5841
NativeMethods.NMLVDISPINFO nmlvdp = (NativeMethods.NMLVDISPINFO)m.
GetLParam
(typeof(NativeMethods.NMLVDISPINFO));
5862
NativeMethods.NMLISTVIEW nmlv = (NativeMethods.NMLISTVIEW)m.
GetLParam
(typeof(NativeMethods.NMLISTVIEW));
5875
NativeMethods.NMLISTVIEW nmlv = (NativeMethods.NMLISTVIEW)m.
GetLParam
(typeof(NativeMethods.NMLISTVIEW));
6010
NativeMethods.NMLVKEYDOWN lvkd = (NativeMethods.NMLVKEYDOWN)m.
GetLParam
(typeof(NativeMethods.NMLVKEYDOWN));
6029
NativeMethods.NMLVCACHEHINT cacheHint = (NativeMethods.NMLVCACHEHINT) m.
GetLParam
(typeof(NativeMethods.NMLVCACHEHINT));
6038
NativeMethods.NMLVDISPINFO_NOTEXT dispInfo= (NativeMethods.NMLVDISPINFO_NOTEXT) m.
GetLParam
(typeof(NativeMethods.NMLVDISPINFO_NOTEXT));
6124
NativeMethods.NMLVODSTATECHANGE odStateChange = (NativeMethods.NMLVODSTATECHANGE) m.
GetLParam
(typeof(NativeMethods.NMLVODSTATECHANGE));
6141
NativeMethods.NMLVGETINFOTIP infoTip = (NativeMethods.NMLVGETINFOTIP) m.
GetLParam
(typeof(NativeMethods.NMLVGETINFOTIP));
6169
NativeMethods.NMLVFINDITEM nmlvif = (NativeMethods.NMLVFINDITEM) m.
GetLParam
(typeof(NativeMethods.NMLVFINDITEM));
winforms\Managed\System\WinForms\MenuItem.cs (2)
1492
NativeMethods.DRAWITEMSTRUCT dis = (NativeMethods.DRAWITEMSTRUCT)m.
GetLParam
(typeof(NativeMethods.DRAWITEMSTRUCT));
1522
NativeMethods.MEASUREITEMSTRUCT mis = (NativeMethods.MEASUREITEMSTRUCT)m.
GetLParam
(typeof(NativeMethods.MEASUREITEMSTRUCT));
winforms\Managed\System\WinForms\MonthCalendar.cs (5)
2290
NativeMethods.NMSELCHANGE nmmcsc = (NativeMethods.NMSELCHANGE)m.
GetLParam
(typeof(NativeMethods.NMSELCHANGE));
2314
NativeMethods.NMDAYSTATE nmmcds = (NativeMethods.NMDAYSTATE)m.
GetLParam
(typeof(NativeMethods.NMDAYSTATE));
2333
NativeMethods.NMVIEWCHANGE nmmcvm = (NativeMethods.NMVIEWCHANGE)m.
GetLParam
(typeof(NativeMethods.NMVIEWCHANGE));
2350
NativeMethods.NMSELCHANGE nmmcsc = (NativeMethods.NMSELCHANGE)m.
GetLParam
(typeof(NativeMethods.NMSELCHANGE));
2387
NativeMethods.NMHDR nmhdr = (NativeMethods.NMHDR)m.
GetLParam
(typeof(NativeMethods.NMHDR));
winforms\Managed\System\WinForms\NotifyIcon.cs (2)
952
NativeMethods.MEASUREITEMSTRUCT mis = (NativeMethods.MEASUREITEMSTRUCT)m.
GetLParam
(typeof(NativeMethods.MEASUREITEMSTRUCT));
970
NativeMethods.DRAWITEMSTRUCT dis = (NativeMethods.DRAWITEMSTRUCT)m.
GetLParam
(typeof(NativeMethods.DRAWITEMSTRUCT));
winforms\Managed\System\WinForms\RichTextBox.cs (8)
3333
enlink = ConvertFromENLINK64((NativeMethods.ENLINK64)m.
GetLParam
(typeof(NativeMethods.ENLINK64)));
3336
enlink = (NativeMethods.ENLINK)m.
GetLParam
(typeof(NativeMethods.ENLINK));
3436
NativeMethods.NMHDR nmhdr = (NativeMethods.NMHDR)m.
GetLParam
(typeof(NativeMethods.NMHDR));
3442
NativeMethods.ENDROPFILES endropfiles = (NativeMethods.ENDROPFILES)m.
GetLParam
(typeof(NativeMethods.ENDROPFILES));
3471
NativeMethods.REQRESIZE reqResize = (NativeMethods.REQRESIZE)m.
GetLParam
(typeof(NativeMethods.REQRESIZE));
3480
NativeMethods.SELCHANGE selChange = (NativeMethods.SELCHANGE)m.
GetLParam
(typeof(NativeMethods.SELCHANGE));
3490
enprotected = ConvertFromENPROTECTED64((NativeMethods.ENPROTECTED64)m.
GetLParam
(typeof(NativeMethods.ENPROTECTED64)));
3493
enprotected = (NativeMethods.ENPROTECTED)m.
GetLParam
(typeof(NativeMethods.ENPROTECTED));
winforms\Managed\System\WinForms\StatusBar.cs (2)
1029
NativeMethods.DRAWITEMSTRUCT dis = (NativeMethods.DRAWITEMSTRUCT)m.
GetLParam
(typeof(NativeMethods.DRAWITEMSTRUCT));
1172
NativeMethods.NMHDR note = (NativeMethods.NMHDR)m.
GetLParam
(typeof(NativeMethods.NMHDR));
winforms\Managed\System\WinForms\TabControl.cs (3)
2027
NativeMethods.TOOLTIPTEXT ttt = (NativeMethods.TOOLTIPTEXT) m.
GetLParam
(typeof(NativeMethods.TOOLTIPTEXT));
2055
NativeMethods.DRAWITEMSTRUCT dis = (NativeMethods.DRAWITEMSTRUCT)m.
GetLParam
(typeof(NativeMethods.DRAWITEMSTRUCT));
2165
NativeMethods.NMHDR nmhdr = (NativeMethods.NMHDR) m.
GetLParam
(typeof(NativeMethods.NMHDR));
winforms\Managed\System\WinForms\ToolBar.cs (5)
1532
NativeMethods.NMTOOLBAR nmTB = (NativeMethods.NMTOOLBAR)m.
GetLParam
(typeof(NativeMethods.NMTOOLBAR));
1575
NativeMethods.TOOLTIPTEXT ttt = (NativeMethods.TOOLTIPTEXT) m.
GetLParam
(typeof(NativeMethods.TOOLTIPTEXT));
1597
NativeMethods.TOOLTIPTEXTA ttt = (NativeMethods.TOOLTIPTEXTA) m.
GetLParam
(typeof(NativeMethods.TOOLTIPTEXTA));
1622
NativeMethods.NMTBHOTITEM nmTbHotItem = (NativeMethods.NMTBHOTITEM)m.
GetLParam
(typeof(NativeMethods.NMTBHOTITEM));
1676
NativeMethods.NMHDR note = (NativeMethods.NMHDR) m.
GetLParam
(typeof(NativeMethods.NMHDR));
winforms\Managed\System\WinForms\ToolTip.cs (2)
2267
NativeMethods.POINT sc = (NativeMethods.POINT)msg.
GetLParam
(typeof(NativeMethods.POINT));
2557
NativeMethods.NMHDR nmhdr = (NativeMethods.NMHDR) msg.
GetLParam
(typeof(NativeMethods.NMHDR));
winforms\Managed\System\WinForms\TreeView.cs (6)
2683
NativeMethods.NMTVCUSTOMDRAW nmcd = (NativeMethods.NMTVCUSTOMDRAW)m.
GetLParam
(typeof(NativeMethods.NMTVCUSTOMDRAW));
2935
NativeMethods.TOOLTIPTEXT ttt = (NativeMethods.TOOLTIPTEXT) m.
GetLParam
(typeof(NativeMethods.TOOLTIPTEXT));
3007
m.Result = TvnBeginLabelEdit((NativeMethods.NMTVDISPINFO)m.
GetLParam
(typeof(NativeMethods.NMTVDISPINFO)));
3011
m.Result = TvnEndLabelEdit((NativeMethods.NMTVDISPINFO)m.
GetLParam
(typeof(NativeMethods.NMTVDISPINFO)));
3187
NativeMethods.TV_ITEM item = (NativeMethods.TV_ITEM) m.
GetLParam
(typeof(NativeMethods.TV_ITEM));
3202
NativeMethods.NMHDR nmhdr = (NativeMethods.NMHDR) m.
GetLParam
(typeof(NativeMethods.NMHDR));