2 writes to _contextAttributes
System.Windows.Forms.Design (2)
System\ComponentModel\Design\SelectionService.cs (2)
209_contextAttributes = null; 229_contextAttributes = [];
4 references to _contextAttributes
System.Windows.Forms.Design (4)
System\ComponentModel\Design\SelectionService.cs (4)
202if (_contextAttributes is not null) 204foreach (string helpContext in _contextAttributes) 243_contextAttributes.Add(helpContext); 249foreach (string helpContext in _contextAttributes)