6 writes to TopMost
System.Windows.Forms (6)
System\Windows\Forms\Components\KioskModeManager\KioskModeManager.cs (3)
220_targetForm.TopMost = value; 510_targetForm.TopMost = _savedTopMost; 735form.TopMost = _topMostInFullScreen;
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
254TopMost = true;
System\Windows\Forms\Form.cs (1)
3423TopMost = true;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
310set => base.TopMost = value;
4 references to TopMost
System.Windows.Forms (4)
System\Windows\Forms\Components\KioskModeManager\KioskModeManager.cs (2)
199/// <see langword="true"/> to set <see cref="Form.TopMost"/> while 486_savedTopMost = targetForm.TopMost;
System\Windows\Forms\Form.cs (1)
2234if (value && !IsMdiChild && (WindowState == FormWindowState.Maximized || TopMost))
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
309get => base.TopMost;