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)
449
public bool HasAboutBox =>
_aboutBoxDelegate
is not null;
462
_aboutBoxDelegate
?.Invoke();