2 writes to toolTipShown
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ErrorProvider.cs (2)
1341this.toolTipShown = false; 1486this.toolTipShown = value;
1 reference to toolTipShown
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
1483return this.toolTipShown;