7 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)
42
readonly List<
IShellContentInsetObserver
> _observers = new List<
IShellContentInsetObserver
>();
73
void IShellSectionController.AddContentInsetObserver(
IShellContentInsetObserver
observer)
87
bool IShellSectionController.RemoveContentInsetObserver(
IShellContentInsetObserver
observer)
106
foreach (
var
observer in _observers)