2 references to OFN_ENABLEHOOK
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FileDialog.cs (1)
1023ofn.Flags = Options | (NativeMethods.OFN_EXPLORER | NativeMethods.OFN_ENABLEHOOK | NativeMethods.OFN_ENABLESIZING);
winforms\Managed\System\WinForms\FileDialog_Vista.cs (1)
128| NativeMethods.OFN_ENABLEHOOK //These shouldn't be set in options (only set in the flags for the legacy dialog)