2 references to OFN_EXPLORER
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)
130| NativeMethods.OFN_EXPLORER //These shouldn't be set in options (only set in the flags for the legacy dialog)