8 references to DesignMode
System.ComponentModel.TypeConverter (4)
System\Timers\Timer.cs (4)
85if (DesignMode) 111if (DesignMode) 203if (DesignMode) 220if (_synchronizingObject == null && DesignMode)
System.Data.Common (1)
System\Data\Common\DbDataAdapter.cs (1)
314if (DesignMode && ((null == command) || (null == command.Connection) || string.IsNullOrEmpty(command.CommandText)))
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.cs (1)
691return _initializing || DesignMode;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
315DesignerProperties.SetIsInDesignMode(childFrameworkElement, this.DesignMode); 794if (!DesignMode && m.WParam == IntPtr.Zero)