1 instantiation of ViewToHandlerConverter
Microsoft.Maui.Controls (1)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (1)
395private object Activate_20_ViewToHandlerConverter() { return new global::Microsoft.Maui.Controls.Platform.ViewToHandlerConverter(); }
8 references to ViewToHandlerConverter
Microsoft.Maui.Controls (8)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (2)
285_typeTable[20] = typeof(global::Microsoft.Maui.Controls.Platform.ViewToHandlerConverter); 429private void StaticInitializer_20_ViewToHandlerConverter() => global::System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(typeof(global::Microsoft.Maui.Controls.Platform.ViewToHandlerConverter).TypeHandle);
Compatibility\Handlers\ListView\Windows\ListViewRenderer.cs (2)
333 foreach (ViewToHandlerConverter.WrapperControl wrapperControl in FindDescendants<ViewToHandlerConverter.WrapperControl>(List))
Handlers\Shell\Windows\ShellFooterView.cs (2)
53 if (Content is ViewToHandlerConverter.WrapperControl wrapperControl) 70 Content = new ViewToHandlerConverter.WrapperControl(visualElement);
Handlers\Shell\Windows\ShellHeaderView.cs (2)
50 if (Content is ViewToHandlerConverter.WrapperControl wrapperControl) 67 Content = new ViewToHandlerConverter.WrapperControl(visualElement);