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