2 writes to _textToolTip
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
109_textToolTip ??= new ToolTip(); 841_textToolTip = null;
4 references to _textToolTip
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (4)
840_textToolTip?.Dispose(); 896if (!DesignMode && AutoEllipsis && ShowToolTip && _textToolTip is not null) 898_textToolTip.Show(WindowsFormsUtils.TextWithoutMnemonics(Text), this); 911_textToolTip?.Hide(this);