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