1 implementation of IShellContentInsetObserver
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\PageRenderer.cs (1)
17
public class PageRenderer : UIViewController, IVisualElementRenderer, IEffectControlProvider,
IShellContentInsetObserver
, Controls.Platform.Compatibility.IDisconnectable
8 references to IShellContentInsetObserver
Microsoft.Maui.Controls (7)
Shell\IShellSectionController.cs (2)
17
void AddContentInsetObserver(
IShellContentInsetObserver
observer);
21
bool RemoveContentInsetObserver(
IShellContentInsetObserver
observer);
Shell\ShellSection.cs (5)
40
readonly List<
IShellContentInsetObserver
> _observers = new List<
IShellContentInsetObserver
>();
71
void IShellSectionController.AddContentInsetObserver(
IShellContentInsetObserver
observer)
85
bool IShellSectionController.RemoveContentInsetObserver(
IShellContentInsetObserver
observer)
104
foreach (
var
observer in _observers)
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\PageRenderer.cs (1)
518
void
IShellContentInsetObserver
.OnInsetChanged(Thickness inset, double tabThickness)