2 overrides of RunFileDialog
PresentationFramework (2)
src\Framework\Microsoft\Win32\OpenFileDialog.cs (1)
380
internal override bool
RunFileDialog
(NativeMethods.OPENFILENAME_I ofn)
src\Framework\Microsoft\Win32\SaveFileDialog.cs (1)
335
internal override bool
RunFileDialog
(NativeMethods.OPENFILENAME_I ofn)
1 reference to RunFileDialog
PresentationFramework (1)
src\Framework\Microsoft\Win32\FileDialog.cs (1)
1098
return
RunFileDialog
(ofn);