7 references to IsInDesignMode
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ToolStrip.cs (2)
2287
if (dropDown.OwnerItem != null && dropDown.OwnerItem.
IsInDesignMode
) {
2337
if (dropDown.OwnerItem != null && (dropDown.OwnerItem.
IsInDesignMode
|| (dropDown.OwnerItem.Owner != null && dropDown.OwnerItem.Owner.IsInDesignMode))) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (3)
1331
if (ownerItem == null || !ownerItem.
IsInDesignMode
)
1400
if (ownerItem == null || !ownerItem.
IsInDesignMode
)
1578
if (this.OwnerItem != null && this.OwnerItem.
IsInDesignMode
) {
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (2)
282
if (DropDown.AutoClose || !
IsInDesignMode
|| (
IsInDesignMode
&& !IsOnDropDown)) {