1 instantiation of DefaultVisual
Microsoft.Maui.Controls (1)
Visuals\VisualMarker.cs (1)
18 public static IVisual Default { get; } = new DefaultVisual();
6 references to DefaultVisual
Microsoft.Maui.Controls (6)
DependencyResolver.cs (1)
12 static Type _defaultVisualType = typeof(VisualMarker.DefaultVisual);
HandlerAttribute.cs (1)
18 SupportedVisuals = supportedVisuals ?? new[] { typeof(VisualMarker.DefaultVisual) };
Registrar.cs (1)
46 static Type _defaultVisualType = typeof(VisualMarker.DefaultVisual);
RenderWithAttribute.cs (2)
12 public RenderWithAttribute([DynamicallyAccessedMembers(Internals.HandlerType.TargetMembers)] Type type) : this(type, new[] { typeof(VisualMarker.DefaultVisual) }) 22 SupportedVisuals = supportedVisuals ?? new[] { typeof(VisualMarker.DefaultVisual) };
Visuals\VisualTypeConverter.cs (1)
43 Register(typeof(VisualMarker.DefaultVisual), mappings);