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)
138if (_winEventHooksInstalled) 153if (_isReleasing || !_winEventHooksInstalled) 184if (!_winEventHooksInstalled && !_isReleasing)