2 references to BindingPropertyNotFound
Microsoft.Maui.Controls.Build.Tasks (2)
BuildException.cs (1)
74
public static BuildExceptionCode BindingPropertyNotFound = new BuildExceptionCode("XC", 0045, nameof(
BindingPropertyNotFound
), "");
SetPropertiesVisitor.cs (1)
644
context.LoggingHelper.LogWarningOrError(BuildExceptionCode.
BindingPropertyNotFound
, context.XamlFilePath, lineInfo.LineNumber, lineInfo.LinePosition, 0, 0, p, previousPartTypeRef);