3 references to FlyoutContentTemplateProperty
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (1)
72 Shell.FlyoutContentTemplateProperty))
Shell\Shell.cs (2)
2033 get => (DataTemplate)GetValue(FlyoutContentTemplateProperty); 2034 set => SetValue(FlyoutContentTemplateProperty, value);