2 implementations of lStructSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
3393public int lStructSize { get { return m_lStructSize; } set { m_lStructSize = value; } } 3452public 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)
295data.lStructSize = Marshal.SizeOf(data);