2 references to WS_EX_TOPMOST
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
5533if ((owner is not null) && !owner.GetExtendedStyle().HasFlag(WINDOW_EX_STYLE.WS_EX_TOPMOST)) 5759if ((owner is not null) && !owner.GetExtendedStyle().HasFlag(WINDOW_EX_STYLE.WS_EX_TOPMOST))