13 instantiations of ActionDisposable
Microsoft.Maui (8)
Platform\iOS\ViewExtensions.cs (8)
612
return new
ActionDisposable
(() => { });
617
disposable = new
ActionDisposable
(() =>
634
observers.Add(new
ActionDisposable
(() =>
654
observers.Add(new
ActionDisposable
(() => uiView.Layer.RemoveObserver(boundObserver, boundKey)));
655
observers.Add(new
ActionDisposable
(() => uiView.Layer.RemoveObserver(frameObserver, frameKey)));
694
return new
ActionDisposable
(() => { });
699
disposable = new
ActionDisposable
(() =>
716
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)
616
ActionDisposable
? disposable = null;
698
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)
529
ActionDisposable
previousBindingContext = null;
Shell\ShellNavigationManager.cs (1)
212
ActionDisposable
_waitingForWindow;