2 writes to _winEventHooksInstalled
System.Windows.Forms (2)
System\Windows\Forms\Accessibility\LabelEditNativeWindow.cs (2)
67
_winEventHooksInstalled
= true;
142
_winEventHooksInstalled
= false;
3 references to _winEventHooksInstalled
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\LabelEditNativeWindow.cs (3)
138
if (
_winEventHooksInstalled
)
153
if (_isReleasing || !
_winEventHooksInstalled
)
184
if (!
_winEventHooksInstalled
&& !_isReleasing)