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(); 188bool 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!;