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