6 writes to TopMost
System.Windows.Forms (6)
System\Windows\Forms\Components\KioskModeManager\KioskModeManager.cs (3)
220
_targetForm.
TopMost
= value;
510
_targetForm.
TopMost
= _savedTopMost;
735
form.
TopMost
= _topMostInFullScreen;
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
254
TopMost
= true;
System\Windows\Forms\Form.cs (1)
3423
TopMost
= true;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
310
set => 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)
2234
if (value && !IsMdiChild && (WindowState == FormWindowState.Maximized ||
TopMost
))
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
309
get => base.
TopMost
;