2 writes to alwaysValid
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2Properties.cs (2)
146
this.
alwaysValid
++;
150
this.
alwaysValid
--;
3 references to alwaysValid
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2Properties.cs (3)
139
return this.
alwaysValid
> 0;
143
if (
alwaysValid
== 0 && !CheckValid()) {
149
if (
alwaysValid
> 0) {