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