14 references to DefaultBindingProperty
System.Windows.Forms (14)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
18
[
DefaultBindingProperty
(nameof(CheckState))]
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
18
[
DefaultBindingProperty
(nameof(Checked))]
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
23
[
DefaultBindingProperty
(nameof(Text))]
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
20
[
DefaultBindingProperty
(nameof(Value))]
System\Windows\Forms\Controls\Labels\Label.cs (1)
22
[
DefaultBindingProperty
(nameof(Text))]
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
23
[
DefaultBindingProperty
(nameof(SelectedValue))]
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
57
[
DefaultBindingProperty
(nameof(SelectionRange))]
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
19
[
DefaultBindingProperty
(nameof(Image))]
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
15
[
DefaultBindingProperty
(nameof(Value))]
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
21
[
DefaultBindingProperty
(nameof(Text))]
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
22
[
DefaultBindingProperty
(nameof(Text))]
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
22
[
DefaultBindingProperty
(nameof(Value))]
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (1)
18
[
DefaultBindingProperty
(nameof(SelectedItem))]
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
15
[
DefaultBindingProperty
(nameof(Value))]