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