1 write to m_lStructSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
3452
public int lStructSize { get { return m_lStructSize; } set {
m_lStructSize
= value; } }
1 reference to m_lStructSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
3452
public int lStructSize { get { return
m_lStructSize
; } set { m_lStructSize = value; } }