4 references to TypeName
Microsoft.Maui.Controls.Xaml (4)
MarkupExtensions\DataTemplateExtension.cs (4)
6 [ContentProperty(nameof(TypeName))] 19 if (string.IsNullOrEmpty(TypeName)) 25 if (typeResolver.TryResolve(TypeName, out var type)) 29 throw new XamlParseException($"DataTemplateExtension: Could not locate type for {TypeName}.", lineInfo);