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