2 writes to okNotificationCount
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FileDialog.cs (2)
787this.okNotificationCount = 0; // to avoid a second prompt by PromptFileOverwrite. 795this.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)
793if (this.okNotificationCount == 0)