1 instantiation of Entry
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\ComponentCodeDomSerializer.cs (1)
384
entry = new ComponentCache.
Entry
();
15 references to Entry
System.Windows.Forms.Design (15)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (4)
1733
ComponentCache.
Entry
? parentEntry = manager.GetContext<ComponentCache.
Entry
>();
1739
ComponentCache.
Entry
? entry = cache.GetEntryAll(value);
2088
if (manager.TryGetContext(out ComponentCache.
Entry
? entry))
System\ComponentModel\Design\Serialization\ComponentCache.cs (7)
13
private Dictionary<object,
Entry
>? _cache;
46
internal
Entry
? this[object component]
52
return Enabled && _cache is not null && _cache.TryGetValue(component, out
Entry
? result) && result.Valid
74
internal
Entry
? GetEntryAll(object component)
76
if (_cache is not null && _cache.TryGetValue(component, out
Entry
? result))
91
foreach (KeyValuePair<object,
Entry
> kvp in _cache)
209
if (_cache is not null && _cache.TryGetValue(component, out
Entry
? entry))
System\ComponentModel\Design\Serialization\ComponentCodeDomSerializer.cs (2)
361
ComponentCache.
Entry
? entry = null;
391
ComponentCache.
Entry
? oldEntry = cache?.GetEntryAll(value);
System\ComponentModel\Design\Serialization\ResourceCodeDomSerializer.cs (1)
404
internal static void ApplyCacheEntry(IDesignerSerializationManager manager, ComponentCache.
Entry
entry)
System\ComponentModel\Design\Serialization\ResourceCodeDomSerializer.SerializationResourceManager.cs (1)
142
if (manager.TryGetContext(out ComponentCache.
Entry
? entry))