5 instantiations of ComplexBindingPropertiesAttribute
System (1)
compmod\system\componentmodel\ComplexBindingPropertiesAttribute.cs (1)
87public static readonly ComplexBindingPropertiesAttribute Default = new ComplexBindingPropertiesAttribute();
System.Windows.Forms (4)
winforms\Managed\System\WinForms\BindingSource.cs (1)
33ComplexBindingProperties("DataSource", "DataMember"),
winforms\Managed\System\WinForms\DataGrid.cs (1)
40ComplexBindingProperties("DataSource", "DataMember"),
winforms\Managed\System\WinForms\DataGridView.cs (1)
37ComplexBindingProperties("DataSource", "DataMember"),
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
37ComplexBindingProperties("DataSource", "DataMember"),
7 references to ComplexBindingPropertiesAttribute
System (7)
compmod\system\componentmodel\ComplexBindingPropertiesAttribute.cs (7)
27/// the <see cref='System.ComponentModel.ComplexBindingPropertiesAttribute'/> class. 38/// the <see cref='System.ComponentModel.ComplexBindingPropertiesAttribute'/> class. 49/// the <see cref='System.ComponentModel.ComplexBindingPropertiesAttribute'/> class. 83/// Specifies the default value for the <see cref='System.ComponentModel.ComplexBindingPropertiesAttribute'/>, which is <see langword='null'/>. This 87public static readonly ComplexBindingPropertiesAttribute Default = new ComplexBindingPropertiesAttribute(); 90ComplexBindingPropertiesAttribute other = obj as ComplexBindingPropertiesAttribute;