2 writes to okNotificationCount
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FileDialog.cs (2)
787
this.
okNotificationCount
= 0; // to avoid a second prompt by PromptFileOverwrite.
795
this.
okNotificationCount
= 1; // This one is the first and is all right.
1 reference to okNotificationCount
System.Windows.Forms (1)
winforms\Managed\System\WinForms\FileDialog.cs (1)
793
if (this.
okNotificationCount
== 0)