4 instantiations of DefaultRenderer
Microsoft.Maui.Controls.Compatibility (4)
iOS\Platform.cs (3)
248
renderer = new
DefaultRenderer
();
271
?? new
DefaultRenderer
();
283
?? new
DefaultRenderer
();
RendererToHandlerShim.iOS.cs (1)
31
?? new
DefaultRenderer
();
6 references to DefaultRenderer
Microsoft.Maui.Controls.Compatibility (6)
AppHostBuilderExtensions.cs (5)
34
using RadioButtonRenderer = Microsoft.Maui.Controls.Compatibility.Platform.iOS.Platform.
DefaultRenderer
;
35
using DefaultRenderer = Microsoft.Maui.Controls.Compatibility.Platform.iOS.Platform.
DefaultRenderer
;
89
handlers.TryAddCompatibilityRenderer(typeof(Microsoft.Maui.Controls.Compatibility.Layout<View>), typeof(
DefaultRenderer
));
90
handlers.TryAddCompatibilityRenderer(typeof(Microsoft.Maui.Controls.Compatibility.RelativeLayout), typeof(
DefaultRenderer
));
91
handlers.TryAddCompatibilityRenderer(typeof(Microsoft.Maui.Controls.Compatibility.AbsoluteLayout), typeof(
DefaultRenderer
));
iOS\Cells\ViewCellRenderer.cs (1)
202
if (rendererType == type || (renderer is Platform.
DefaultRenderer
&& type == null))