8 instantiations of AttributeProviderAttribute
System.Windows.Forms (7)
winforms\Managed\System\WinForms\BindingSource.cs (1)
263AttributeProvider(typeof(IListSource)),
winforms\Managed\System\WinForms\ComboBox.cs (1)
473AttributeProvider(typeof(IListSource)),
winforms\Managed\System\WinForms\DataGrid.cs (1)
1437AttributeProvider(typeof(IListSource)),
winforms\Managed\System\WinForms\DataGridView.cs (1)
2412AttributeProvider(typeof(IListSource)),
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (1)
112AttributeProvider(typeof(IListSource)),
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
344AttributeProvider(typeof(IListSource)),
winforms\Managed\System\WinForms\ListControl.cs (1)
74AttributeProvider(typeof(IListSource)),
System.Windows.Forms.DataVisualization (1)
WinForm\ChartWinControl.cs (1)
1008AttributeProvider(typeof(IListSource))
8 references to AttributeProviderAttribute
System (2)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (2)
854AttributeProviderAttribute sta = attr as AttributeProviderAttribute;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (2)
410AttributeProviderAttribute a = attrList[idx] as AttributeProviderAttribute;
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (2)
410AttributeProviderAttribute a = attrList[idx] as AttributeProviderAttribute;
WindowsBase (2)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (2)
493AttributeProviderAttribute pa = attr as AttributeProviderAttribute;