3 references to DefaultDirectory
PresentationFramework (3)
Microsoft\Win32\CommonItemDialog.cs (3)
376
if (!string.IsNullOrEmpty(
DefaultDirectory
))
378
IShellItem defaultDirectory = ShellUtil.GetShellItemForPath(
DefaultDirectory
);
391
if (string.IsNullOrEmpty(
DefaultDirectory
))