2 writes to _watchingForTaps
Microsoft.Maui.Controls (2)
ContentPage\HideSoftInputOnTappedChanged\HideSoftInputOnTappedChangedManager.Platform.cs (2)
99 _watchingForTaps = new ActionDisposable(() => 115 _watchingForTaps = null;
2 references to _watchingForTaps
Microsoft.Maui.Controls (2)
ContentPage\HideSoftInputOnTappedChanged\HideSoftInputOnTappedChangedManager.Platform.cs (2)
109 return _watchingForTaps; 114 _watchingForTaps?.Dispose();