We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee2a3a commit 24d6d4fCopy full SHA for 24d6d4f
src/Controls/src/Core/AppHostBuilderExtensions.cs
@@ -20,6 +20,7 @@ public static class AppHostBuilderExtensions
20
{ typeof(DatePicker), typeof(DatePickerHandler) },
21
{ typeof(Editor), typeof(EditorHandler) },
22
{ typeof(Entry), typeof(EntryHandler) },
23
+ { typeof(GraphicsView), typeof(GraphicsViewHandler) },
24
{ typeof(Image), typeof(ImageHandler) },
25
{ typeof(Label), typeof(LabelHandler) },
26
{ typeof(Layout), typeof(LayoutHandler) },
0 commit comments