3 instantiations of BindableTypeAttribute
System.Data.Entity (3)
System\Data\EntityState.cs (1)
19
[
BindableType
(IsBindable=false)]
System\Data\Spatial\DbGeography.cs (1)
22
[
BindableType
]
System\Data\Spatial\DbGeometry.cs (1)
22
[
BindableType
]
3 references to BindableTypeAttribute
System.Web (3)
UI\WebControls\DataBoundControlHelper.cs (3)
102
BindableTypeAttribute
bindableTypeAttribute = (
BindableTypeAttribute
)TypeDescriptor.GetAttributes(type)[typeof(
BindableTypeAttribute
)];