2 implementations of lStructSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
3393
public int
lStructSize
{ get { return m_lStructSize; } set { m_lStructSize = value; } }
3452
public int
lStructSize
{ get { return m_lStructSize; } set { m_lStructSize = value; } }
1 write to lStructSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (1)
295
data.
lStructSize
= Marshal.SizeOf(data);