3 references to DefaultDirectory
PresentationFramework (3)
Microsoft\Win32\CommonItemDialog.cs (3)
377
if (!string.IsNullOrEmpty(
DefaultDirectory
))
379
IShellItem defaultDirectory = ShellUtil.GetShellItemForPath(
DefaultDirectory
);
392
if (string.IsNullOrEmpty(
DefaultDirectory
))