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