3 writes to _fileOkNotificationCount
PresentationFramework (3)
src\Framework\Microsoft\Win32\FileDialog.cs (3)
847this._fileOkNotificationCount = 0; // to avoid a second prompt by PromptFileOverwrite. 872this._fileOkNotificationCount = 1; 1546_fileOkNotificationCount = 0;
1 reference to _fileOkNotificationCount
PresentationFramework (1)
src\Framework\Microsoft\Win32\FileDialog.cs (1)
868if (this._fileOkNotificationCount == 0)