2 instantiations of DataBindingHandlerAttribute
System.Web (1)
UI\DataBindingHandlerAttribute.cs (1)
24public static readonly DataBindingHandlerAttribute Default = new DataBindingHandlerAttribute();
System.Web.Mobile (1)
UI\MobileControls\Calendar.cs (1)
33DataBindingHandler(typeof(System.Web.UI.Design.MobileControls.CalendarDataBindingHandler)),
3 references to DataBindingHandlerAttribute
System.Web (3)
UI\DataBindingHandlerAttribute.cs (3)
24public static readonly DataBindingHandlerAttribute Default = new DataBindingHandlerAttribute(); 63DataBindingHandlerAttribute other = obj as DataBindingHandlerAttribute;