10 references to IsRestrictedWindow
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
4401if (item is ToolStripControlHost && this.OverflowButton.DropDown.IsRestrictedWindow) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (8)
110bool temp = IsRestrictedWindow; 754if (IsRestrictedWindow) { 1079return IsRestrictedWindow; 1126if (IsRestrictedWindow && !Application.MessageLoop) { 1192if (IsRestrictedWindow && TopMost) { 1642if (IsRestrictedWindow) { 1883if (!e.Cancel || IsRestrictedWindow /*delay evaluate only in the case we need it*/) { 2117if (m.Msg >= NativeMethods.WM_KEYFIRST && m.Msg <= NativeMethods.WM_KEYLAST && IsRestrictedWindow) {
winforms\Managed\System\WinForms\ToolStripItemCollection.cs (1)
249if (dropDown.IsRestrictedWindow) {