4 types derived from VisualElementRenderer
Microsoft.Maui.Controls.Compatibility (4)
Tizen\Renderers\DefaultRenderer.cs (1)
7 public class DefaultRenderer : VisualElementRenderer<VisualElement>
Tizen\Renderers\NavigationPageRenderer.cs (1)
25 public class NavigationPageRenderer : VisualElementRenderer<NavigationPage>
Tizen\Renderers\PageRenderer.cs (1)
11 public class PageRenderer : VisualElementRenderer<Page>
Tizen\Renderers\ViewRenderer.cs (1)
15 public abstract class ViewRenderer<TView, TNativeView> : VisualElementRenderer<TView>
5 references to VisualElementRenderer
Microsoft.Maui.Controls.Compatibility (5)
Tizen\Renderers\VisualElementRenderer.cs (5)
118 /// Releases all resource used by the <see cref="Microsoft.Maui.Controls.Compatibility.Platform.Tizen.VisualElementRenderer{TElement}"/> object. 121 /// <see cref="Microsoft.Maui.Controls.Compatibility.Platform.Tizen.VisualElementRenderer{TElement}"/>. The <see cref="Dispose()"/> method 122 /// leaves the <see cref="Microsoft.Maui.Controls.Compatibility.Platform.Tizen.VisualElementRenderer{TElement}"/> in an unusable state. 124 /// <see cref="Microsoft.Maui.Controls.Compatibility.Platform.Tizen.VisualElementRenderer{TElement}"/> so the garbage collector can reclaim 125 /// the memory that the <see cref="Microsoft.Maui.Controls.Compatibility.Platform.Tizen.VisualElementRenderer{TElement}"/> was occupying.</remarks>