2 writes to WillShowToken
Microsoft.Maui (2)
Platform\iOS\KeyboardAutoManagerScroll.cs (2)
64 WillShowToken = NSNotificationCenter.DefaultCenter.AddObserver(new NSString("UIKeyboardWillShowNotification"), WillKeyboardShow); 86 WillShowToken = null;
2 references to WillShowToken
Microsoft.Maui (2)
Platform\iOS\KeyboardAutoManagerScroll.cs (2)
83 if (WillShowToken is not null) 85 NSNotificationCenter.DefaultCenter.RemoveObserver(WillShowToken);