1 write to toolTip1
WinFormsControlsTest (1)
Buttons.Designer.cs (1)
35this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
2 references to toolTip1
WinFormsControlsTest (2)
Buttons.cs (1)
99toolTip1.SetToolTip(button, $"{style}.");
Buttons.Designer.cs (1)
40this.toolTip1.IsBalloon = true;