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)
357Mock<IComponentEditorPageSite> mockComponentEditorPageSite = new(MockBehavior.Strict); 363public void ComponentEditorPage_PageSite_Set_GetReturnsExpected(IComponentEditorPageSite value) 771Mock<IComponentEditorPageSite> mockComponentEditorPageSite = new(MockBehavior.Strict); 806Mock<IComponentEditorPageSite> controlSite = new(MockBehavior.Strict); 811Mock<IComponentEditorPageSite> noControlSite = new(MockBehavior.Strict); 963public new IComponentEditorPageSite PageSite