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