1 instantiation of ShellFlyoutItemView
Microsoft.Maui.Controls (1)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (1)
408private object Activate_64_ShellFlyoutItemView() { return new global::Microsoft.Maui.Controls.Platform.ShellFlyoutItemView(); }
9 references to ShellFlyoutItemView
Microsoft.Maui.Controls (9)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (6)
329_typeTable[64] = typeof(global::Microsoft.Maui.Controls.Platform.ShellFlyoutItemView); 456private void StaticInitializer_64_ShellFlyoutItemView() => global::System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(typeof(global::Microsoft.Maui.Controls.Platform.ShellFlyoutItemView).TypeHandle); 1568var that = (global::Microsoft.Maui.Controls.Platform.ShellFlyoutItemView)instance; 1573var that = (global::Microsoft.Maui.Controls.Platform.ShellFlyoutItemView)instance;
Handlers\Shell\Windows\ShellFlyoutItemView.cs (2)
15 nameof(IsSelected), typeof(bool), typeof(ShellFlyoutItemView), 153 ((ShellFlyoutItemView)d).UpdateVisualState();
Handlers\Shell\Windows\ShellNavigationViewItem.cs (1)
30 if (_owner.Content is ShellFlyoutItemView sf && sf.Content is FrameworkElement fe)