15 instantiations of DefaultBindingPropertyAttribute
System (1)
compmod\system\componentmodel\DefaultBindingPropertyAttribute.cs (1)
60
public static readonly DefaultBindingPropertyAttribute Default = new
DefaultBindingPropertyAttribute
();
System.Windows.Forms (14)
winforms\Managed\System\WinForms\CheckBox.cs (1)
40
DefaultBindingProperty
("CheckState"),
winforms\Managed\System\WinForms\ComboBox.cs (1)
49
DefaultBindingProperty
("Text"),
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
36
DefaultBindingProperty
("Value"),
winforms\Managed\System\WinForms\DomainUpDown.cs (1)
32
DefaultBindingProperty
("SelectedItem"),
winforms\Managed\System\WinForms\Label.cs (1)
40
DefaultBindingProperty
("Text"),
winforms\Managed\System\WinForms\ListBox.cs (1)
61
DefaultBindingProperty
("SelectedValue"),
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
33
DefaultBindingProperty
("Text"),
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
74
DefaultBindingProperty
("SelectionRange"),
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
30
DefaultBindingProperty
("Value"),
winforms\Managed\System\WinForms\PictureBox.cs (1)
35
DefaultBindingProperty
("Image"),
winforms\Managed\System\WinForms\ProgressBar.cs (1)
36
DefaultBindingProperty
("Value"),
winforms\Managed\System\WinForms\RadioButton.cs (1)
41
DefaultBindingProperty
("Checked"),
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
42
DefaultBindingProperty
("Text"),
winforms\Managed\System\WinForms\TrackBar.cs (1)
39
DefaultBindingProperty
("Value"),
6 references to DefaultBindingPropertyAttribute
System (6)
compmod\system\componentmodel\DefaultBindingPropertyAttribute.cs (6)
25
/// the <see cref='System.ComponentModel.
DefaultBindingPropertyAttribute
'/> class.
35
/// the <see cref='System.ComponentModel.
DefaultBindingPropertyAttribute
'/> class.
56
/// Specifies the default value for the <see cref='System.ComponentModel.
DefaultBindingPropertyAttribute
'/>, which is <see langword='null'/>. This
60
public static readonly
DefaultBindingPropertyAttribute
Default = new DefaultBindingPropertyAttribute();
63
DefaultBindingPropertyAttribute
other = obj as
DefaultBindingPropertyAttribute
;