3 references to FileNameMustNotBeNull
PresentationFramework (3)
Microsoft\Win32\OpenFileDialog.cs (2)
71throw new InvalidOperationException(SR.FileNameMustNotBeNull); 103throw new InvalidOperationException(SR.FileNameMustNotBeNull);
Microsoft\Win32\SaveFileDialog.cs (1)
72throw new InvalidOperationException(SR.FileNameMustNotBeNull);