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)
202
if (
_contextAttributes
is not null)
204
foreach (string helpContext in
_contextAttributes
)
243
_contextAttributes
.Add(helpContext);
249
foreach (string helpContext in
_contextAttributes
)