2 implementations of lpfnSetupHook
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
3412public WndProc lpfnSetupHook { get { return m_lpfnSetupHook; } set { m_lpfnSetupHook = value; } } 3471public 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)
309data.lpfnSetupHook = null;