13 references to 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(() =>