2 implementations of lpfnSetupHook
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
3412
public WndProc
lpfnSetupHook
{ get { return m_lpfnSetupHook; } set { m_lpfnSetupHook = value; } }
3471
public WndProc
lpfnSetupHook
{ get { return m_lpfnSetupHook; } set { m_lpfnSetupHook = value; } }
1 write to lpfnSetupHook
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (1)
309
data.
lpfnSetupHook
= null;