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