1 implementation of IFoldableService
Microsoft.Maui.Controls.Foldable (1)
NoPlatformFoldableService.cs (1)
16
class NoPlatformFoldableService :
IFoldableService
11 references to IFoldableService
Microsoft.Maui.Controls.Foldable (11)
DualScreenInfo.cs (5)
48
IFoldableService
_dualScreenService;
49
IFoldableService
FoldableService =>
50
_dualScreenService ?? Element?.Handler?.MauiContext?.Services?.GetService<
IFoldableService
>();
70
internal DualScreenInfo(VisualElement element,
IFoldableService
dualScreenService)
87
internal void SetFoldableService(
IFoldableService
foldableService)
TwoPaneView.cs (1)
227
internal TwoPaneView(
IFoldableService
dualScreenService)
TwoPaneViewLayoutGuide.cs (5)
19
internal
IFoldableService
DualScreenService
25
_dualScreenService = _layout?.Handler?.MauiContext?.Services?.GetService<
IFoldableService
>();
38
IFoldableService
_dualScreenService;
51
internal TwoPaneViewLayoutGuide(VisualElement layout,
IFoldableService
dualScreenService)
80
internal void SetFoldableService(
IFoldableService
foldableService)