3 references to ParentFolderPrefix
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (3)
634
csPragma.FileName =
ParentFolderPrefix
+ SourceFileInfo.RelativeSourceFilePath + XAML;
1629
CodeLinePragma clp = new CodeLinePragma(
ParentFolderPrefix
+ SourceFileInfo.RelativeSourceFilePath + XAML, lineNumber);
1635
CodeLinePragma clp = new CodeLinePragma(
ParentFolderPrefix
+ SourceFileInfo.RelativeSourceFilePath + XAML, lineNumber);