2 writes to Valid
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\ComponentCache.cs (1)
237Valid = true;
System\ComponentModel\Design\Serialization\ComponentCodeDomSerializer.cs (1)
413entry.Valid = correctManager && CanCacheComponent(manager, value, props);
1 reference to Valid
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\ComponentCache.cs (1)
52return Enabled && _cache is not null && _cache.TryGetValue(component, out Entry? result) && result.Valid