1 write to Enabled
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\ComponentCache.cs (1)
35Enabled = boolValue;
7 references to Enabled
System.Windows.Forms.Design (7)
System\ComponentModel\Design\Serialization\ComponentCache.cs (2)
52return Enabled && _cache is not null && _cache.TryGetValue(component, out Entry? result) && result.Valid 58if (Enabled)
System\ComponentModel\Design\Serialization\ComponentCodeDomSerializer.cs (5)
372if (manager == mainManager && cache.Enabled) 415if (correctManager && cache is not null && cache.Enabled) 444if (correctManager && cache is not null && cache.Enabled) 452if (correctManager && cache is not null && cache.Enabled) 464if ((entry.Resources is not null || entry.Metadata is not null) && cache is not null && cache.Enabled)