2 writes to WillHideToken
Microsoft.Maui (2)
Platform\iOS\KeyboardAutoManagerScroll.cs (2)
66 WillHideToken = NSNotificationCenter.DefaultCenter.AddObserver(new NSString("UIKeyboardWillHideNotification"), WillHideKeyboard); 91 WillHideToken = null;
2 references to WillHideToken
Microsoft.Maui (2)
Platform\iOS\KeyboardAutoManagerScroll.cs (2)
88 if (WillHideToken is not null) 90 NSNotificationCenter.DefaultCenter.RemoveObserver(WillHideToken);