2 writes to _focusedView
Microsoft.Maui.Controls (2)
ContentPage\HideSoftInputOnTappedChanged\HideSoftInputOnTappedChangedManager.Platform.cs (2)
55 _focusedView = new WeakReference<IView>(_view); 61 _focusedView = null;
1 reference to _focusedView
Microsoft.Maui.Controls (1)
ContentPage\HideSoftInputOnTappedChanged\HideSoftInputOnTappedChangedManager.Platform.cs (1)
122 if (_focusedView?.TryGetTarget(out IView? view) == true)