1 instantiation of NoPlatformFoldableService
Microsoft.Maui.Controls.Foldable (1)
NoPlatformFoldableService.cs (1)
18
static Lazy<NoPlatformFoldableService> _Instance = new Lazy<NoPlatformFoldableService>(() => new
NoPlatformFoldableService
());
4 references to NoPlatformFoldableService
Microsoft.Maui.Controls.Foldable (4)
NoPlatformFoldableService.cs (3)
18
static Lazy<
NoPlatformFoldableService
> _Instance = new Lazy<
NoPlatformFoldableService
>(() => new NoPlatformFoldableService());
19
public static
NoPlatformFoldableService
Instance => _Instance.Value;
TwoPaneViewLayoutGuide.cs (1)
29
NoPlatformFoldableService
.Instance;