3 writes to TopMost
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (1)
3707
TopMost
= true;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
552
base.
TopMost
= value;
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
279
TopMost
= true;
2 references to TopMost
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (1)
2734
if (value && !IsMdiChild && (WindowState == FormWindowState.Maximized ||
TopMost
)) {
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
549
return base.
TopMost
;