2 instantiations of ActionDisposable
Microsoft.Maui.Controls (2)
SemanticProperties.cs (1)
75
return new
ActionDisposable
(() => source.PropertyChanged -= PropagateSemanticProperties);
Shell\ShellNavigationManager.cs (1)
227
_waitingForWindow = new
ActionDisposable
(() =>
3 references to ActionDisposable
Microsoft.Maui.Controls (3)
SemanticProperties.cs (1)
63
internal static
ActionDisposable
FakeBindSemanticProperties(BindableObject source, BindableObject dest)
Shell\BaseShellItem.cs (1)
528
ActionDisposable
previousBindingContext = null;
Shell\ShellNavigationManager.cs (1)
212
ActionDisposable
_waitingForWindow;