2 writes to _window
System.Windows.Forms (2)
System\Windows\Forms\ErrorProvider\ErrorProvider.ControlItem.cs (2)
274_window = _provider.EnsureErrorWindow(_control.ParentInternal); 290_window = null;
7 references to _window
System.Windows.Forms (7)
System\Windows\Forms\ErrorProvider\ErrorProvider.ControlItem.cs (7)
53private ControlItemAccessibleObject CreateAccessibilityInstance() => new(this, _window, _control, _provider); 248private void UpdateWindow() => _window?.Update(timerCaused: false); 256if (_window is not null) 259_window.StartBlinking(); 269if (_window is null && 275_window.Add(this); 289_window?.Remove(this);