4 references to XamlParseException
Microsoft.Maui.Controls (2)
Setter.cs (1)
72
targetObject = element.FindByName(TargetName) as BindableObject ?? throw new
XamlParseException
($"Cannot resolve '{TargetName}' as Setter Target for '{target}'.");
Visuals\VisualTypeConverter.cs (1)
173
throw new
XamlParseException
($"Cannot convert \"{strValue}\" into {typeof(IVisual)}");
Microsoft.Maui.Controls.Xaml (2)
MarkupExtensions\RelativeSourceExtension.cs (2)
59
throw new
XamlParseException
(
74
throw new
XamlParseException
($"Invalid {nameof(Mode)}");