1 implementation of IgnoreErrorsDuringReload
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.cs (1)
1179
bool IDesignerLoaderHost2.
IgnoreErrorsDuringReload
1 reference to IgnoreErrorsDuringReload
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\BasicDesignerLoader.cs (1)
635
if (!successful && !(TryGetService(out IDesignerLoaderHost2? lh2) && lh2.
IgnoreErrorsDuringReload
))