Implemented interface member:
property
LogFilePath
System.Windows.Interop.IErrorPage.LogFilePath
2 references to LogFilePath
PresentationUI (2)
InstallationError.xaml.cs (2)
180
if (File.Exists(
LogFilePath
) && ErrorFlag == true)
219
Notepad.StartInfo.Arguments =
LogFilePath
;