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