5 references to OnWindowOpened
Aspire.Dashboard (3)
Components\Controls\TerminalWindowButton.razor.cs (3)
64
/// <summary>Raised with checked keys after their surviving windows have been reconciled through <see cref="
OnWindowOpened
"/>.</summary>
219
else if (result == TerminalWindowOpenResult.Blocked && !
OnWindowOpened
.HasDelegate)
226
await
OnWindowOpened
.InvokeAsync((key, result));
Aspire.Dashboard.Components.Tests (2)
Controls\TerminalWindowButtonTests.cs (2)
135
.Add(p => p.
OnWindowOpened
, launch => opened.Add(launch))
229
.Add(p => p.
OnWindowOpened
, launch => opened.Add(launch))