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