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