3 references to HasExtension
PresentationFramework (1)
src\Framework\Microsoft\Win32\FileDialog.cs (1)
1625if (AddExtension && !Path.HasExtension(fileName))
System.Windows.Forms (1)
winforms\Managed\System\WinForms\FileDialog.cs (1)
873if ((options & OPTION_ADDEXTENSION) != 0 && !Path.HasExtension(fileName)) {
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
439!Path.HasExtension(path))