3 references to Resources
System.Windows.Forms.Design (3)
System\ComponentModel\Design\Serialization\ComponentCodeDomSerializer.cs (1)
464
if ((entry.
Resources
is not null || entry.Metadata is not null) && cache is not null && cache.Enabled)
System\ComponentModel\Design\Serialization\ResourceCodeDomSerializer.cs (2)
415
if (entry.
Resources
is not null)
417
foreach (ComponentCache.ResourceEntry re in entry.
Resources
)