1 implementation of CanReloadWithErrors
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.cs (1)
1192bool IDesignerLoaderHost2.CanReloadWithErrors { get; set; }
1 write to CanReloadWithErrors
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\BasicDesignerLoader.cs (1)
638lh2?.CanReloadWithErrors = LoaderHost.RootComponent is not null;
1 reference to CanReloadWithErrors
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.cs (1)
1185if (!value || ((IDesignerLoaderHost2)this).CanReloadWithErrors)