13 instantiations of ActionDisposable
Microsoft.Maui (8)
Platform\iOS\ViewExtensions.cs (8)
622 return new ActionDisposable(() => { }); 627 disposable = new ActionDisposable(() => 644 observers.Add(new ActionDisposable(() => 664 observers.Add(new ActionDisposable(() => uiView.Layer.RemoveObserver(boundObserver, boundKey))); 665 observers.Add(new ActionDisposable(() => uiView.Layer.RemoveObserver(frameObserver, frameKey))); 704 return new ActionDisposable(() => { }); 709 disposable = new ActionDisposable(() => 726 observers.Add(new ActionDisposable(() =>
Microsoft.Maui.Controls (5)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (1)
463 _removeLifecycleEvents = new ActionDisposable(() =>
ContentPage\HideSoftInputOnTappedChanged\HideSoftInputOnTappedChangedManager.Platform.cs (1)
99 _watchingForTaps = new ActionDisposable(() =>
ContentPage\HideSoftInputOnTappedChanged\ResignFirstResponderTouchGestureRecognizer.iOS.cs (1)
125 return new ActionDisposable(() =>
SemanticProperties.cs (1)
75 return new ActionDisposable(() => source.PropertyChanged -= PropagateSemanticProperties);
Shell\ShellNavigationManager.cs (1)
227 _waitingForWindow = new ActionDisposable(() =>
6 references to ActionDisposable
Microsoft.Maui (2)
Platform\iOS\ViewExtensions.cs (2)
626 ActionDisposable? disposable = null; 708 ActionDisposable? disposable = null;
Microsoft.Maui.Controls (4)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (1)
417 ActionDisposable _removeLifecycleEvents;
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;