2 instantiations of ShellView
Microsoft.Maui.Controls (2)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (1)
414
private object Activate_84_ShellView() { return new global::Microsoft.Maui.Controls.Platform.
ShellView
(); }
Handlers\Shell\ShellHandler.Windows.cs (1)
22
var shellView = new
ShellView
();
9 references to ShellView
Microsoft.Maui.Controls (9)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (2)
349
_typeTable[84] = typeof(global::Microsoft.Maui.Controls.Platform.
ShellView
);
469
private void StaticInitializer_84_ShellView() => global::System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(typeof(global::Microsoft.Maui.Controls.Platform.
ShellView
).TypeHandle);
Handlers\Shell\ShellHandler.Windows.cs (5)
13
public partial class ShellHandler : ViewHandler<Shell,
ShellView
>
20
protected override
ShellView
CreatePlatformView()
22
var
shellView = new ShellView();
27
protected override void ConnectHandler(
ShellView
platformView)
47
protected override void DisconnectHandler(
ShellView
platformView)
Handlers\Shell\Windows\ShellFlyoutItemView.cs (2)
21
ShellView
ShellView => _shell.Handler?.PlatformView as
ShellView
;