65 references to AddAttribute
Aspire.Dashboard (2)
Components_Controls_AssistantChat_razor.g.cs (1)
1287
__builder2.
AddAttribute
(159, "onchange", global::Microsoft.AspNetCore.Components.EventCallback.Factory.CreateBinder(this, __value => ChatViewModel.UserMessage = __value, ChatViewModel.UserMessage));
Components_Pages_TraceDetail_razor.g.cs (1)
2355
__builder6.
AddAttribute
(270, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
AzureAIFoundryEndToEnd.WebStory (1)
Components_Pages_Home_razor.g.cs (1)
137
__builder.
AddAttribute
(7, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
AzureOpenAIEndToEnd.WebStory (1)
Components_Pages_Home_razor.g.cs (1)
137
__builder.
AddAttribute
(7, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
BlazorUnitedApp (3)
artifacts\obj\BlazorUnitedApp\Release\net11.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages\Counter_razor.g.cs (1)
130
__builder.
AddAttribute
(12, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
artifacts\obj\BlazorUnitedApp\Release\net11.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Shared\NavMenu_razor.g.cs (2)
97
__builder.
AddAttribute
(10, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
122
__builder.
AddAttribute
(16, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
DevTunnels.WebFrontEnd (1)
Components_Pages_Counter_razor.g.cs (1)
115
__builder.
AddAttribute
(12, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
FileBasedApps.WebFrontEnd (1)
Components_Pages_Counter_razor.g.cs (1)
115
__builder.
AddAttribute
(12, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
GitHubModelsEndToEnd.WebStory (1)
Components_Pages_Home_razor.g.cs (1)
137
__builder.
AddAttribute
(7, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
IdentitySample.PasskeyUI (1)
artifacts\obj\IdentitySample.PasskeyUI\Release\net11.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Components\Pages\Home_razor.g.cs (1)
119
__builder.
AddAttribute
(12, "onsubmit", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::System.EventArgs>(this,
Microsoft.AspNetCore.Components.QuickGrid (9)
ColumnBase_razor.g.cs (3)
119
__builder.
AddAttribute
(5, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
152
__builder.
AddAttribute
(10, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
225
__builder.
AddAttribute
(28, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
Paginator_razor.g.cs (4)
124
__builder.
AddAttribute
(18, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
150
__builder.
AddAttribute
(27, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
205
__builder.
AddAttribute
(48, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
231
__builder.
AddAttribute
(57, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
QuickGrid_razor.g.cs (2)
170
__builder3.
AddAttribute
(13, "onclosecolumnoptions", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::System.EventArgs>(this,
499
__builder.
AddAttribute
(42, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
Microsoft.AspNetCore.Components.Tests (12)
RendererTest.cs (7)
3123
builder.
AddAttribute
(1, "onchange", EventCallback.Factory.CreateBinder(
3162
builder.
AddAttribute
(1, "onchange", EventCallback.Factory.CreateBinder(
3196
builder.
AddAttribute
(1, "onchange", EventCallback.Factory.CreateBinder(
3236
builder.
AddAttribute
(1, "onchange", EventCallback.Factory.CreateBinder(
5524
builder.
AddAttribute
(4, "onclick", OnClickEventCallbackOfT);
5676
builder.
AddAttribute
(3, "onchange", EventCallback.Factory.CreateBinder<bool>(this, __value => CheckboxEnabled = __value, CheckboxEnabled));
5680
builder.
AddAttribute
(6, "onchange", EventCallback.Factory.CreateBinder<string>(this, __value => SomeStringProperty = __value, SomeStringProperty));
Rendering\RenderTreeBuilderTest.cs (5)
1278
builder.
AddAttribute
(1, "attr", callback);
1297
builder.
AddAttribute
(1, "attr", callback);
1316
builder.
AddAttribute
(1, "attr", callback);
1336
builder.
AddAttribute
(1, "attr", callback);
2007
builder.
AddAttribute
(0, "6", default(EventCallback<string>)); // Replace with a 'silent' EventCallback<string>
Microsoft.AspNetCore.Components.Web (9)
Forms\InputCheckbox.cs (1)
46
builder.
AddAttribute
(8, "onchange", EventCallback.Factory.CreateBinder<bool>(this, __value => CurrentValue = __value, CurrentValue));
Forms\InputDate.cs (1)
93
builder.
AddAttribute
(7, "onchange", EventCallback.Factory.CreateBinder<string?>(this, __value => CurrentValueAsString = __value, CurrentValueAsString));
Forms\InputHidden.cs (1)
32
builder.
AddAttribute
(7, "onchange", EventCallback.Factory.CreateBinder<string?>(this, __value => CurrentValueAsString = __value, CurrentValueAsString));
Forms\InputNumber.cs (1)
62
builder.
AddAttribute
(8, "onchange", EventCallback.Factory.CreateBinder<string?>(this, __value => CurrentValueAsString = __value, CurrentValueAsString));
Forms\InputRadio.cs (1)
72
builder.
AddAttribute
(7, "onchange", Context.ChangeEventCallback);
Forms\InputSelect.cs (2)
51
builder.
AddAttribute
(7, "onchange", EventCallback.Factory.CreateBinder<string?[]?>(this, SetCurrentValueAsStringArray, default));
57
builder.
AddAttribute
(9, "onchange", EventCallback.Factory.CreateBinder<string?>(this, __value => CurrentValueAsString = __value, default));
Forms\InputText.cs (1)
40
builder.
AddAttribute
(6, "onchange", EventCallback.Factory.CreateBinder<string?>(this, __value => CurrentValueAsString = __value, CurrentValueAsString));
Forms\InputTextArea.cs (1)
40
builder.
AddAttribute
(6, "onchange", EventCallback.Factory.CreateBinder<string?>(this, __value => CurrentValueAsString = __value, CurrentValueAsString));
Microsoft.AspNetCore.Components.WebViewE2E.Test (1)
TestPage_razor.g.cs (1)
89
__builder.
AddAttribute
(8, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
OpenAIEndToEnd.WebStory (1)
Components_Pages_Home_razor.g.cs (1)
137
__builder.
AddAttribute
(7, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
Publishers.Frontend (1)
Components_Pages_Home_razor.g.cs (1)
137
__builder.
AddAttribute
(7, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
WaitFor.Frontend (1)
Components_Pages_Home_razor.g.cs (1)
137
__builder.
AddAttribute
(7, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
Wasm.Performance.TestApp (19)
Cell_razor.g.cs (1)
79
__builder.
AddAttribute
(2, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
GridRendering_razor.g.cs (4)
101
__builder.
AddAttribute
(5, "onchange", global::Microsoft.AspNetCore.Components.EventCallback.Factory.CreateBinder(this, __value => SelectedRenderMode = __value, SelectedRenderMode));
139
__builder.
AddAttribute
(17, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
153
__builder.
AddAttribute
(22, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
183
__builder.
AddAttribute
(26, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
Json_razor.g.cs (7)
92
__builder.
AddAttribute
(4, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
107
__builder.
AddAttribute
(9, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
121
__builder.
AddAttribute
(14, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
135
__builder.
AddAttribute
(19, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
194
__builder.
AddAttribute
(34, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
208
__builder.
AddAttribute
(39, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
222
__builder.
AddAttribute
(44, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
OrgChart_razor.g.cs (4)
98
__builder.
AddAttribute
(8, "onchange", global::Microsoft.AspNetCore.Components.EventCallback.Factory.CreateBinder(this, __value => depth = __value, depth, culture: global::System.Globalization.CultureInfo.InvariantCulture));
117
__builder.
AddAttribute
(16, "onchange", global::Microsoft.AspNetCore.Components.EventCallback.Factory.CreateBinder(this, __value => subs = __value, subs, culture: global::System.Globalization.CultureInfo.InvariantCulture));
124
__builder.
AddAttribute
(20, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
138
__builder.
AddAttribute
(25, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
RenderList_razor.g.cs (3)
95
__builder.
AddAttribute
(5, "onchange", global::Microsoft.AspNetCore.Components.EventCallback.Factory.CreateBinder(this, __value => numItems = __value, numItems, culture: global::System.Globalization.CultureInfo.InvariantCulture));
101
__builder.
AddAttribute
(9, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
115
__builder.
AddAttribute
(14, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
WebFrontEnd (1)
Components_Pages_Counter_razor.g.cs (1)
115
__builder.
AddAttribute
(12, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,