3 overrides of SetComponent
System.Web.Mobile (3)
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
115
public override sealed void
SetComponent
(IComponent component)
UI\MobileControls\Design\ListGeneralPage.cs (1)
402
public override void
SetComponent
(IComponent component)
UI\MobileControls\Design\ObjectListGeneralPage.cs (1)
237
public override void
SetComponent
(IComponent component)
4 references to SetComponent
System.Web.Mobile (3)
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
117
base.
SetComponent
(component);
UI\MobileControls\Design\ListGeneralPage.cs (1)
404
base.
SetComponent
(component);
UI\MobileControls\Design\ObjectListGeneralPage.cs (1)
239
base.
SetComponent
(component);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
563
pageControl.
SetComponent
(component);