3 writes to toolTip
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
760
toolTip
= new GridToolTip(new Control[]{this, Edit});
1176
toolTip
= null;
2465
toolTip
= null;
9 references to toolTip
System.Windows.Forms (9)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (9)
754
if (
toolTip
== null) {
761
toolTip
.ToolTip = "";
762
toolTip
.Font = this.Font;
764
return
toolTip
;
1174
if (
toolTip
!= null) {
1175
toolTip
.Dispose();
2463
if (
toolTip
!= null && !RecreatingHandle) {
2464
toolTip
.Dispose();
3699
if (
toolTip
!= null) {