7 writes to _pendingFullScreen
System.Windows.Forms (7)
System\Windows\Forms\Components\KioskModeManager\KioskModeManager.cs (7)
420_pendingFullScreen = false; 425_pendingFullScreen = true; 429_pendingFullScreen = false; 490_pendingFullScreen = false; 570_pendingFullScreen = false; 595_pendingFullScreen = false; 601_pendingFullScreen = false;
5 references to _pendingFullScreen
System.Windows.Forms (5)
System\Windows\Forms\Components\KioskModeManager\KioskModeManager.cs (5)
415get => _pendingFullScreen || _isFullScreen; 559if (_pendingFullScreen) 625if (_pendingFullScreen && _targetForm is not null) 657bool restoreFullScreen = _pendingFullScreen || _isFullScreen; 932if (_pendingFullScreen && _targetForm is not null)