1 write to RelativePath
Microsoft.Maui.Controls.SourceGen (1)
CodeBehindGenerator.cs (1)
721
RelativePath
= relativePath;
4 references to RelativePath
Microsoft.Maui.Controls.SourceGen (4)
CodeBehindGenerator.cs (4)
261
var itemName = projItem.ManifestResourceName ?? projItem.
RelativePath
;
271
var location = projItem.
RelativePath
is not null ? Location.Create(projItem.
RelativePath
, new TextSpan(), new LinePositionSpan()) : null;
306
sb.AppendLine($"\t[global::Microsoft.Maui.Controls.Xaml.XamlFilePath(\"{projItem.
RelativePath
?.Replace("\\", "\\\\")}\")]");