4 overrides of Initialize
System.Web.Mobile (4)
UI\MobileControls\Design\DeviceSpecificDesigner.cs (1)
140
public override void
Initialize
(IComponent component)
UI\MobileControls\Design\ListDesigner.cs (1)
487
public override void
Initialize
(IComponent component)
UI\MobileControls\Design\ObjectListDesigner.cs (1)
75
public override void
Initialize
(IComponent component)
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
145
public override void
Initialize
(IComponent component)
4 references to Initialize
System.Web.Mobile (4)
UI\MobileControls\Design\DeviceSpecificDesigner.cs (1)
146
base.
Initialize
(component);
UI\MobileControls\Design\ListDesigner.cs (1)
493
base.
Initialize
(component);
UI\MobileControls\Design\ObjectListDesigner.cs (1)
81
base.
Initialize
(component);
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
149
base.
Initialize
(component);