2 writes to processingOnGotFocus
System.Windows.Forms (2)
winforms\Managed\System\WinForms\LinkLabel.cs (2)
901
this.
processingOnGotFocus
= true;
923
this.
processingOnGotFocus
= false;
2 references to processingOnGotFocus
System.Windows.Forms (2)
winforms\Managed\System\WinForms\LinkLabel.cs (2)
899
if (!this.
processingOnGotFocus
) {
922
if (this.
processingOnGotFocus
) {