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)
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)