2 writes to isDisposing
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolTip.cs (2)
1082this.isDisposing = true; 1103this.isDisposing = false;
2 references to isDisposing
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolTip.cs (2)
1055&& !this.isDisposing; 2386if (cancelled || isDisposing)