3 instantiations of WrapperControl
Microsoft.Maui.Controls (3)
Handlers\Shell\Windows\ShellFooterView.cs (1)
70 Content = new ViewToHandlerConverter.WrapperControl(visualElement);
Handlers\Shell\Windows\ShellHeaderView.cs (1)
67 Content = new ViewToHandlerConverter.WrapperControl(visualElement);
Handlers\Shell\Windows\ViewToHandlerConverter.cs (1)
27 return new WrapperControl(view);
4 references to WrapperControl
Microsoft.Maui.Controls (4)
Compatibility\Handlers\ListView\Windows\ListViewRenderer.cs (2)
333 foreach (ViewToHandlerConverter.WrapperControl wrapperControl in FindDescendants<ViewToHandlerConverter.WrapperControl>(List))
Handlers\Shell\Windows\ShellFooterView.cs (1)
53 if (Content is ViewToHandlerConverter.WrapperControl wrapperControl)
Handlers\Shell\Windows\ShellHeaderView.cs (1)
50 if (Content is ViewToHandlerConverter.WrapperControl wrapperControl)