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