1 write to _aboutBoxDelegate
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1797_aboutBoxDelegate += d;
2 references to _aboutBoxDelegate
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (2)
451public bool HasAboutBox => _aboutBoxDelegate is not null; 464_aboutBoxDelegate?.Invoke();