1 implementation of IComponentEditorPageSite
System.Windows.Forms (1)
System\Windows\Forms\Design\ComponentEditorForm.ComponentEditorPageSite.cs (1)
15private sealed class ComponentEditorPageSite : IComponentEditorPageSite
8 references to IComponentEditorPageSite
System.Windows.Forms (2)
System\Windows\Forms\Design\ComponentEditorPage.cs (2)
47protected IComponentEditorPageSite? PageSite { get; set; } 225public virtual void SetSite(IComponentEditorPageSite? site)
System.Windows.Forms.Tests (6)
System\Windows\Forms\Design\ComponentEditorPageTests.cs (6)
355Mock<IComponentEditorPageSite> mockComponentEditorPageSite = new(MockBehavior.Strict); 361public void ComponentEditorPage_PageSite_Set_GetReturnsExpected(IComponentEditorPageSite value) 769Mock<IComponentEditorPageSite> mockComponentEditorPageSite = new(MockBehavior.Strict); 804Mock<IComponentEditorPageSite> controlSite = new(MockBehavior.Strict); 809Mock<IComponentEditorPageSite> noControlSite = new(MockBehavior.Strict); 961public new IComponentEditorPageSite PageSite