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