1 write to _controls
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGridInternal\GridToolTipTests.cs (1)
14
_controls
= [new Button(), new TextBox()];
3 references to _controls
System.Windows.Forms.Tests (3)
System\Windows\Forms\PropertyGridInternal\GridToolTipTests.cs (3)
15
_toolTip = new(
_controls
);
20
foreach (Control c in
_controls
)
83
foreach (Control c in
_controls
)