4 references to Register
Microsoft.Maui.Controls (4)
Registrar.cs (4)
100 => Register(tview, trender, _defaultVisualRenderers); 248 Register(viewType, null, new[] { visualType }); // Cache this result so we don't have to do GetCustomAttributes again 275 Register(viewType, null, new[] { visualType }); // Cache this result so we don't work through this chain again 282 Register(viewType, specificTypeRenderer, new[] { visualType }); // Register this so we don't have to look for the RenderWithAttibute again in the future