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