6 writes to LParam
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Application.cs (1)
889message.LParam = msg.lParam;
winforms\Managed\System\WinForms\AxHost.cs (2)
2056msg.LParam = win32Message.lParam; 4124msg.LParam = pMsg.lParam;
winforms\Managed\System\WinForms\Form.cs (1)
5301msg.LParam = win32Message.lParam;
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
327msg.LParam = win32Message.lParam;
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
174msg.LParam = pMsg.lParam;
234 references to LParam
System.Windows.Forms (231)
winforms\Managed\System\WinForms\Application.cs (3)
882msg.lParam = message.LParam; 3616msg.lParam = m.LParam; 3709msg.lParam = m.LParam;
winforms\Managed\System\WinForms\AxHost.cs (3)
2044win32Message.lParam = msg.LParam; 3476if (!ReflectMessageInternal(m.LParam, ref m)) 3562m.Result = UnsafeNativeMethods.CallWindowProc(wndProc, handle, m.Msg, m.WParam, m.LParam);
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
1104int state = unchecked( (int) (long)m.LParam);
winforms\Managed\System\WinForms\ComboBox.cs (24)
1616int comboXMid = NativeMethods.Util.SignedLOWORD(m.LParam) + (editRectMid.left - comboRectMid.left); 1617int comboYMid = NativeMethods.Util.SignedHIWORD(m.LParam) + (editRectMid.top - comboRectMid.top); 1842int x = NativeMethods.Util.SignedLOWORD(m.LParam); 1843int y = NativeMethods.Util.SignedHIWORD(m.LParam); 1853OnClick(new MouseEventArgs(MouseButtons.Left, 1, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 1854OnMouseClick(new MouseEventArgs(MouseButtons.Left, 1, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 1910OnMouseUp(new MouseEventArgs(MouseButtons.Middle, 1, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 1930UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.WM_CONTEXTMENU, m.WParam, m.LParam); 1947if (Cursor != DefaultCursor && childEdit != null && m.HWnd == childEdit.Handle && NativeMethods.Util.LOWORD(m.LParam) == NativeMethods.HTCLIENT) { 3480dropDownHandle = m.LParam; 3645Marshal.StructureToPtr(mis, m.LParam, false); 3727int x = NativeMethods.Util.SignedLOWORD(m.LParam); 3728int y = NativeMethods.Util.SignedHIWORD(m.LParam); 3739OnClick(new MouseEventArgs(MouseButtons.Left, 1, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 3740OnMouseClick(new MouseEventArgs(MouseButtons.Left, 1, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 3814if ((unchecked( (int) (long)m.LParam) & NativeMethods.PRF_CLIENT) == NativeMethods.PRF_CLIENT) { 3919if (AccessibilityImprovements.Level3 && m.LParam == (IntPtr)NativeMethods.UiaRootObjectId && 3942m.LParam, 3950if (NativeMethods.OBJID_CLIENT == unchecked((int)(long)m.LParam)) {
winforms\Managed\System\WinForms\Control.cs (46)
7863if (m.LParam == IntPtr.Zero) { 7888Marshal.Copy(bytes, 0, m.LParam, bytes.Length); 7889Marshal.Copy(nullBytes, 0, unchecked((IntPtr)((long)m.LParam + (long)bytes.Length)), nullBytes.Length); 11098m.Result = control.SendMessage(NativeMethods.WM_REFLECT + m.Msg, m.WParam, m.LParam); 12833if (IntPtr.Zero == m.LParam) { 12837if (ReflectMessageInternal(m.LParam, ref m)) { 12858int x = NativeMethods.Util.SignedLOWORD(m.LParam); 12859int y = NativeMethods.Util.SignedHIWORD(m.LParam); 12865if (unchecked((int)(long)m.LParam) == -1) { 12903Control control = Control.FromHandleInternal(m.LParam); 13030Debug.WriteLineIf(CompModSwitches.MSAA.TraceInfo, "In WmGetObject, this = " + this.GetType().FullName + ", lParam = " + m.LParam.ToString()); 13034if (m.Msg == NativeMethods.WM_GETOBJECT && m.LParam == (IntPtr)NativeMethods.UiaRootObjectId && this.SupportsUiaProviders) { 13047m.LParam, 13053AccessibleObject ctrlAccessibleObject = GetAccessibilityObject(unchecked((int)(long)m.LParam)); 13187Debug.Assert(m.LParam != IntPtr.Zero, "m.lparam is null"); 13227IntPtr hmenu = m.LParam; 13390OnMouseDown(new MouseEventArgs(button, clicks, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 13476OnMouseMove(new MouseEventArgs(MouseButtons, 0, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 13487int x = NativeMethods.Util.SignedLOWORD(m.LParam); 13488int y = NativeMethods.Util.SignedHIWORD(m.LParam); 13519OnClick(new MouseEventArgs(button, clicks, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 13520OnMouseClick(new MouseEventArgs(button, clicks, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 13526OnDoubleClick(new MouseEventArgs(button, 2, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 13527OnMouseDoubleClick(new MouseEventArgs(button, 2, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 13532OnMouseUp(new MouseEventArgs(button, clicks, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 13551Point p = new Point(NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam)); 13583NativeMethods.NMHDR* nmhdr = (NativeMethods.NMHDR*)m.LParam; 13586m.Result = UnsafeNativeMethods.SendMessage(new HandleRef(null, nmhdr->hwndFrom), NativeMethods.WM_REFLECT + m.Msg, m.WParam, m.LParam); 13590UnsafeNativeMethods.SendMessage(new HandleRef(null, nmhdr->hwndFrom), NativeMethods.WM_REFLECT + m.Msg, m.WParam, m.LParam); 13631m.Result = control.SendMessage(NativeMethods.WM_REFLECT + m.Msg, handle, m.LParam); 13818if (m.WParam == InternalHandle && NativeMethods.Util.LOWORD(m.LParam) == NativeMethods.HTCLIENT) { 13838NativeMethods.WINDOWPOS* wp = (NativeMethods.WINDOWPOS *)m.LParam; 13868hWnd = m.LParam; 14078NativeMethods.WINDOWPOS* wp = (NativeMethods.WINDOWPOS *)m.LParam; 14268if (!ReflectMessageInternal(m.LParam, ref m)) { 14418SendMessage(m.Msg, (IntPtr)((unchecked((int)(long)m.WParam) << 16) | (int)keyState), m.LParam); 14428m.LParam); 18526lpmsg.lParam = msg.LParam;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (10)
22319if (ke.KeyCode != Keys.ProcessKey || (int) m.LParam != 0x01) // Changing IME context does not trigger editing mode 22340this.editingControl.SendMessage(m.Msg, m.WParam, m.LParam); 22357this.editingControl.SendMessage(m.Msg, m.WParam, m.LParam); 29851int x = unchecked( (int)(short)(long)m.LParam); 29852int y = unchecked( (int) (long)m.LParam) >> 16; 29858if (unchecked( (int) (long)m.LParam) == -1) 29925if (m.LParam == IntPtr.Zero) 29930NativeMethods.NMHDR* nmhdr = (NativeMethods.NMHDR *)m.LParam; 29947Marshal.StructureToPtr(ttt, m.LParam, false); 29990this.editingControl.SendMessage(m.Msg, m.WParam, m.LParam);
winforms\Managed\System\WinForms\Form.cs (7)
3778m.Result = UnsafeNativeMethods.DefFrameProc(m.HWnd, ctlClient.Handle, m.Msg, m.WParam, m.LParam); 3781m.Result = UnsafeNativeMethods.DefMDIChildProc(m.HWnd, m.Msg, m.WParam, m.LParam); 5290win32Message.lParam = msg.LParam; 7228Marshal.StructureToPtr(mmi, m.LParam, false); 7293else if (Handle == m.LParam) { 7357int x = NativeMethods.Util.LOWORD(m.LParam); 7358int y = NativeMethods.Util.HIWORD(m.LParam);
winforms\Managed\System\WinForms\GroupBox.cs (1)
803if (unchecked((int)(long)m.LParam) == NativeMethods.OBJID_QUERYCLASSNAMEIDX) {
winforms\Managed\System\WinForms\InputLanguage.cs (2)
333return new InputLanguageChangedEventArgs(new InputLanguage(m.LParam), unchecked((byte)(long)m.WParam)); 342InputLanguage inputLanguage = new InputLanguage(m.LParam);
winforms\Managed\System\WinForms\Label.cs (1)
1740Point pt = new Point(unchecked((int)(long)m.LParam));
winforms\Managed\System\WinForms\LinkLabel.cs (1)
1924if (m.WParam == InternalHandle && NativeMethods.Util.LOWORD(m.LParam) == NativeMethods.HTCLIENT) {
winforms\Managed\System\WinForms\ListBox.cs (14)
2276if ((NativeMethods.PRF_NONCLIENT & (int)m.LParam) != 0 && Application.RenderWithVisualStyles && this.BorderStyle == BorderStyle.Fixed3D) { 2378Marshal.StructureToPtr(mis, m.LParam, false); 2412int x = NativeMethods.Util.SignedLOWORD(m.LParam); 2413int y = NativeMethods.Util.SignedHIWORD(m.LParam); 2421OnClick(new MouseEventArgs(MouseButtons.Left, 1, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 2422OnMouseClick(new MouseEventArgs(MouseButtons.Left, 1, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 2430OnDoubleClick(new MouseEventArgs(MouseButtons.Left, 2, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 2431OnMouseDoubleClick(new MouseEventArgs(MouseButtons.Left, 2, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 2459int rx = NativeMethods.Util.SignedLOWORD(m.LParam); 2460int ry = NativeMethods.Util.SignedHIWORD(m.LParam);
winforms\Managed\System\WinForms\ListView.cs (20)
2490NativeMethods.NMLVCUSTOMDRAW* nmcd = (NativeMethods.NMLVCUSTOMDRAW*)m.LParam; 5419int x = NativeMethods.Util.SignedLOWORD(m.LParam); 5420int y = NativeMethods.Util.SignedHIWORD(m.LParam); 5453NativeMethods.NMHDR* nmhdr = (NativeMethods.NMHDR*)m.LParam; 5460NativeMethods.NMCUSTOMDRAW* nmcd = (NativeMethods.NMCUSTOMDRAW*)m.LParam; 5814NativeMethods.NMHDR* nmhdr = (NativeMethods.NMHDR*)m.LParam; 5883NativeMethods.NMLISTVIEW* nmlv = (NativeMethods.NMLISTVIEW*)m.LParam; 5900NativeMethods.NMLISTVIEW* nmlv = (NativeMethods.NMLISTVIEW*)m.LParam; 6036if (this.VirtualMode && m.LParam != IntPtr.Zero) { 6118Marshal.StructureToPtr(dispInfo, (IntPtr) m.LParam, false); 6123if (VirtualMode && m.LParam != IntPtr.Zero) { 6140if (ShowItemToolTips && m.LParam != IntPtr.Zero) { 6163Marshal.StructureToPtr(infoTip, (IntPtr) m.LParam, false); 6227if ((NativeMethods.PRF_NONCLIENT & (int)m.LParam) != 0 && Application.RenderWithVisualStyles && this.BorderStyle == BorderStyle.Fixed3D) { 6284OnMouseDoubleClick(new MouseEventArgs(downButton, 2, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 6288OnMouseUp(new MouseEventArgs(downButton, 1, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 6314OnMouseUp(new MouseEventArgs(downButton, 1, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0));
winforms\Managed\System\WinForms\MaskedTextBox.cs (3)
3056if ((m.LParam.ToInt32() & NativeMethods.GCS_COMPSTR) != 0) 3061else if ((m.LParam.ToInt32() & NativeMethods.GCS_RESULTSTR) != 0) 3177if ((NativeMethods.PRF_NONCLIENT & unchecked( (int) (long)m.LParam)) != 0 && Application.RenderWithVisualStyles && this.BorderStyle == BorderStyle.Fixed3D) {
winforms\Managed\System\WinForms\Menu.cs (2)
629Menu menu = (m.LParam == handle) ? this : FindMenuItemInternal(FindHandle, m.LParam);
winforms\Managed\System\WinForms\MenuItem.cs (1)
1539Marshal.StructureToPtr(mis, m.LParam, false);
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
359return ToString(message.HWnd, message.Msg, message.WParam, message.LParam, message.Result);
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
2323Marshal.StructureToPtr(nmmcds, m.LParam, false);
winforms\Managed\System\WinForms\NativeWindow.cs (3)
833m.Result = UnsafeNativeMethods.DefWindowProc(m.HWnd, m.Msg, m.WParam, m.LParam); 836m.Result = UnsafeNativeMethods.CallWindowProc(defWindowProc, m.HWnd, m.Msg, m.WParam, m.LParam); 840m.Result = previousWindow.Callback(m.HWnd, m.Msg, m.WParam, m.LParam);
winforms\Managed\System\WinForms\NotifyIcon.cs (3)
852switch ((int)msg.LParam) { 901if (IntPtr.Zero == msg.LParam) { 954Debug.Assert(m.LParam != IntPtr.Zero, "m.lparam is null");
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (2)
726if (m.LParam != IntPtr.Zero) { 789if (m.LParam != IntPtr.Zero) {
winforms\Managed\System\WinForms\PropertyGrid.cs (9)
4876if ((long)m.LParam == 0) { 4884if ((long)m.LParam == 0) { 4893if ((long)m.LParam == 0) { 4902if ((long)m.LParam == 0) { 4911GetDataFromCopyData(m.LParam); 4993m.Result = (IntPtr) gridView.GetPropertyLocation(propName, m.LParam == IntPtr.Zero, m.WParam == IntPtr.Zero); 4999m.Result = gridView.SendMessage(m.Msg, m.WParam, m.LParam); 5002if( m.LParam != IntPtr.Zero ) { 5003string tabTypeName = AutomationMessages.ReadAutomationText(m.LParam);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (11)
1793m.Result = ctl.SendMessage(m.Msg, m.WParam, m.LParam); 5267if (m.LParam != IntPtr.Zero) { 5268NativeMethods.NMHDR* nmhdr = (NativeMethods.NMHDR*)m.LParam; 5351UnsafeNativeMethods.PostMessage(new HandleRef(Edit, Edit.Handle), NativeMethods.WM_IME_COMPOSITION, m.WParam, m.LParam); 5375if (unchecked( (int) (long)m.LParam) == lastMouseMove) { 5378lastMouseMove = unchecked( (int) (long)m.LParam); 6079IntPtr activatedWindow = (IntPtr)m.LParam; 6847if (m.LParam != IntPtr.Zero) { 6848NativeMethods.NMHDR* nmhdr = (NativeMethods.NMHDR*)m.LParam; 6880if (unchecked( (int) (long)m.LParam) == lastMove) { 6883lastMove = unchecked( (int) (long)m.LParam);
winforms\Managed\System\WinForms\RichTextBox.cs (2)
3408if (m.LParam == Handle && !GetState(STATE_CREATINGHANDLE)) 3721if (unchecked((int)(long)m.LParam) == NativeMethods.OBJID_QUERYCLASSNAMEIDX) {
winforms\Managed\System\WinForms\ScrollableControl.cs (2)
1307if (m.LParam != IntPtr.Zero) { 1385if (m.LParam != IntPtr.Zero) {
winforms\Managed\System\WinForms\SplitContainer.cs (1)
2350if (m.WParam == InternalHandle && ((int)m.LParam & 0x0000FFFF) == NativeMethods.HTCLIENT) {
winforms\Managed\System\WinForms\StatusBar.cs (1)
1100int x = NativeMethods.Util.LOWORD(m.LParam);
winforms\Managed\System\WinForms\StatusStrip.cs (4)
558int x = NativeMethods.Util.LOWORD(m.LParam); 559int y = NativeMethods.Util.HIWORD(m.LParam); 618int x = NativeMethods.Util.LOWORD(m.LParam); 619int y = NativeMethods.Util.HIWORD(m.LParam);
winforms\Managed\System\WinForms\TabControl.cs (1)
2045Marshal.StructureToPtr(ttt, m.LParam, false);
winforms\Managed\System\WinForms\TextBox.cs (1)
845if ((NativeMethods.PRF_NONCLIENT & (int)m.LParam) != 0 && Application.RenderWithVisualStyles && this.BorderStyle == BorderStyle.Fixed3D) {
winforms\Managed\System\WinForms\TextBoxBase.cs (3)
2248int x = NativeMethods.Util.SignedLOWORD(m.LParam); 2249int y = NativeMethods.Util.SignedHIWORD(m.LParam); 2255if (unchecked((int)(long)m.LParam) == -1) {
winforms\Managed\System\WinForms\ToolBar.cs (2)
1592Marshal.StructureToPtr(ttt, m.LParam, false); 1614Marshal.StructureToPtr(ttt, m.LParam, false);
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
2149Debug.Fail("Why are we being activated when we're not visible? Deactivating thingee is " + WindowsFormsUtils.GetControlInformation(m.LParam)); 2153Debug.WriteLineIf(ToolStrip.SnapFocusDebug.TraceVerbose, "[ToolStripDropDown.WndProc] activating thingee is " + WindowsFormsUtils.GetControlInformation(m.LParam));
winforms\Managed\System\WinForms\ToolStripManager.cs (5)
1323/*x=*/NativeMethods.Util.SignedLOWORD(m.LParam), 1324/*y=*/NativeMethods.Util.SignedHIWORD(m.LParam)); 1335/*x=*/NativeMethods.Util.SignedLOWORD(m.LParam), 1336/*y=*/NativeMethods.Util.SignedHIWORD(m.LParam)); 1698Keys keyData = (Keys)(int)m.LParam;
winforms\Managed\System\WinForms\ToolTip.cs (1)
2391NativeMethods.WINDOWPOS* wp = (NativeMethods.WINDOWPOS *)m.LParam;
winforms\Managed\System\WinForms\TreeView.cs (32)
2666OnMouseDown(new MouseEventArgs(button, clicks, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 2716Marshal.StructureToPtr(nmcd, m.LParam, false); 2789Marshal.StructureToPtr(nmcd, m.LParam, false); 2899NativeMethods.NMHDR* nmhdr = (NativeMethods.NMHDR*)m.LParam; 2964Marshal.StructureToPtr(ttt, m.LParam, false); 2969NativeMethods.NMHDR* nmhdr = (NativeMethods.NMHDR *)m.LParam; 2978NativeMethods.NMTREEVIEW* nmtv = (NativeMethods.NMTREEVIEW*)m.LParam; 3133if ((NativeMethods.PRF_NONCLIENT & (int)m.LParam) != 0 && Application.RenderWithVisualStyles && this.BorderStyle == BorderStyle.Fixed3D) { 3257tvhip.pt_x = NativeMethods.Util.SignedLOWORD(m.LParam); 3258tvhip.pt_y = NativeMethods.Util.SignedHIWORD(m.LParam); 3265OnMouseDown(new MouseEventArgs(MouseButtons.Left, 1, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 3285tvhi.pt_x = NativeMethods.Util.SignedLOWORD(m.LParam); 3286tvhi.pt_y = NativeMethods.Util.SignedHIWORD(m.LParam); 3297OnNodeMouseClick(new TreeNodeMouseClickEventArgs(NodeFromHandle(hnode), downButton, 1, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam))); 3300OnClick(new MouseEventArgs(downButton, 1, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 3301OnMouseClick(new MouseEventArgs(downButton, 1, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 3308OnNodeMouseDoubleClick(new TreeNodeMouseClickEventArgs(NodeFromHandle(hnode), downButton, 2, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam))); 3309OnDoubleClick(new MouseEventArgs(downButton, 2, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 3310OnMouseDoubleClick(new MouseEventArgs(downButton, 2, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 3315OnMouseUp(new MouseEventArgs(downButton, 1, NativeMethods.Util.SignedLOWORD(m.LParam), NativeMethods.Util.SignedHIWORD(m.LParam), 0)); 3355tvhit.pt_x = NativeMethods.Util.SignedLOWORD(m.LParam); 3356tvhit.pt_y = NativeMethods.Util.SignedHIWORD(m.LParam); 3399bool keyboardActivated = (unchecked((int)(long)m.LParam) == -1);
winforms\Managed\System\WinForms\WebBrowser.cs (2)
1649int x = NativeMethods.Util.SignedLOWORD(m.LParam); 1650int y = NativeMethods.Util.SignedHIWORD(m.LParam);
winforms\Managed\System\WinForms\WebBrowserBase.cs (3)
304win32Message.lParam = msg.LParam; 450if (!ReflectMessageInternal(m.LParam, ref m)) 1981NativeMethods.WINDOWPOS* wp = (NativeMethods.WINDOWPOS *)m.LParam;
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerWidgets.cs (2)
2256if (msg.Msg == NativeMethods.WM_NOTIFY && msg.LParam != IntPtr.Zero && !this.inplaceTipRectangle.IsEmpty) 2258NativeMethods.NMHDR notifyHeader = Marshal.PtrToStructure(msg.LParam, typeof(NativeMethods.NMHDR)) as NativeMethods.NMHDR;
AuthoringOM\Design\WorkflowView.cs (1)
1418int LParam = (int)m.LParam;