3 references to GetExtendedStyle
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (2)
5391
if ((owner is not null) && !owner.
GetExtendedStyle
().HasFlag(WINDOW_EX_STYLE.WS_EX_TOPMOST))
5590
if ((owner is not null) && !owner.
GetExtendedStyle
().HasFlag(WINDOW_EX_STYLE.WS_EX_TOPMOST))
System\Windows\Forms\ToolTip\ToolTip.cs (1)
996
if (!window.
GetExtendedStyle
().HasFlag(WINDOW_EX_STYLE.WS_EX_LAYOUTRTL))