2 writes to _inheritedComponents
System.Windows.Forms.Design (2)
System\ComponentModel\Design\InheritanceService.cs (2)
30
_inheritedComponents
= [];
46
_inheritedComponents
= null!;
7 references to _inheritedComponents
System.Windows.Forms.Design (7)
System\ComponentModel\Design\InheritanceService.cs (7)
43
if (disposing &&
_inheritedComponents
is not null)
45
_inheritedComponents
.Clear();
188
bool notPresent = !
_inheritedComponents
.ContainsKey(compValue);
189
_inheritedComponents
[compValue] = attr;
256
=>
_inheritedComponents
.TryGetValue(component, out InheritanceAttribute? attr)
264
_inheritedComponents
[ce.Component!] = InheritanceAttribute.InheritedReadOnly;
269
_inheritedComponents
[ce.Component!] = _addingAttribute!;