3 references to ParentFolderPrefix
PresentationBuildTasks (3)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (3)
651
csPragma.FileName =
ParentFolderPrefix
+ SourceFileInfo.RelativeSourceFilePath + XAML;
1579
CodeLinePragma clp = new CodeLinePragma(
ParentFolderPrefix
+ SourceFileInfo.RelativeSourceFilePath + XAML, lineNumber);
1585
CodeLinePragma clp = new CodeLinePragma(
ParentFolderPrefix
+ SourceFileInfo.RelativeSourceFilePath + XAML, lineNumber);