3 references to Metadata
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)
407
if (entry.
Metadata
is not null)
409
foreach (ComponentCache.ResourceEntry re in entry.
Metadata
)