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