5 references to DefaultValue
Microsoft.AspNetCore.OpenApi.Tests (1)
Services\OpenApiSchemaService\OpenApiSchemaService.ParameterSchemas.cs (1)
167
[([
DefaultValue
(3f)] float id) => { }, (JsonNode defaultValue) => Assert.Equal(3, defaultValue.GetValue<int>())],
Microsoft.Maui.Graphics (2)
SizeF.cs (2)
35
[
DefaultValue
(0f)]
38
[
DefaultValue
(0f)]
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (1)
333
[
DefaultValue
(DefaultFillWeight)]
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1443
[
DefaultValue
(1.0f)]