15 instantiations of DefaultBindingPropertyAttribute
System (1)
compmod\system\componentmodel\DefaultBindingPropertyAttribute.cs (1)
60public static readonly DefaultBindingPropertyAttribute Default = new DefaultBindingPropertyAttribute();
System.Windows.Forms (14)
winforms\Managed\System\WinForms\CheckBox.cs (1)
40DefaultBindingProperty("CheckState"),
winforms\Managed\System\WinForms\ComboBox.cs (1)
49DefaultBindingProperty("Text"),
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
36DefaultBindingProperty("Value"),
winforms\Managed\System\WinForms\DomainUpDown.cs (1)
32DefaultBindingProperty("SelectedItem"),
winforms\Managed\System\WinForms\Label.cs (1)
40DefaultBindingProperty("Text"),
winforms\Managed\System\WinForms\ListBox.cs (1)
61DefaultBindingProperty("SelectedValue"),
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
33DefaultBindingProperty("Text"),
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
74DefaultBindingProperty("SelectionRange"),
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
30DefaultBindingProperty("Value"),
winforms\Managed\System\WinForms\PictureBox.cs (1)
35DefaultBindingProperty("Image"),
winforms\Managed\System\WinForms\ProgressBar.cs (1)
36DefaultBindingProperty("Value"),
winforms\Managed\System\WinForms\RadioButton.cs (1)
41DefaultBindingProperty("Checked"),
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
42DefaultBindingProperty("Text"),
winforms\Managed\System\WinForms\TrackBar.cs (1)
39DefaultBindingProperty("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 60public static readonly DefaultBindingPropertyAttribute Default = new DefaultBindingPropertyAttribute(); 63DefaultBindingPropertyAttribute other = obj as DefaultBindingPropertyAttribute;