2 writes to lparam
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Message.cs (2)
73set { lparam = value; } 102m.lparam = lparam;
6 references to lparam
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Message.cs (6)
69/// <para>Specifies the <see cref='System.Windows.Forms.Message.lparam'/> of the message.</para> 72get { return lparam; } 87/// <para>Gets the <see cref='System.Windows.Forms.Message.lparam'/> value, and converts the value to an object.</para> 90return UnsafeNativeMethods.PtrToStructure(lparam, cls); 123lparam == m.lparam &&