3 writes to ignoreSecondFileOkNotification
System.Windows.Forms (3)
winforms\Managed\System\WinForms\FileDialog.cs (3)
781
this.
ignoreSecondFileOkNotification
= false;
786
this.
ignoreSecondFileOkNotification
= true; // We want to ignore the second CDN_FILEOK
800
this.
ignoreSecondFileOkNotification
= false;
1 reference to ignoreSecondFileOkNotification
System.Windows.Forms (1)
winforms\Managed\System\WinForms\FileDialog.cs (1)
790
if (this.
ignoreSecondFileOkNotification
)