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)
43if (disposing && _inheritedComponents is not null) 45_inheritedComponents.Clear(); 185bool notPresent = !_inheritedComponents.ContainsKey(compValue); 186_inheritedComponents[compValue] = attr; 250=> _inheritedComponents.TryGetValue(component, out InheritanceAttribute? attr) 258_inheritedComponents[ce.Component!] = InheritanceAttribute.InheritedReadOnly; 263_inheritedComponents[ce.Component!] = _addingAttribute!;