5 instantiations of AnchorEditor
System.Windows.Forms.Design.Tests (5)
System\Windows\Forms\Design\AnchorEditorTests.cs (5)
18
AnchorEditor editor =
new
();
34
AnchorEditor editor =
new
();
58
AnchorEditor editor =
new
();
66
AnchorEditor editor =
new
();
74
AnchorEditor editor =
new
();
10 references to AnchorEditor
System.Design (1)
artifacts\obj\System.Design.Facade\Release\net10.0\System.Design.Forwards.cs (1)
66
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Windows.Forms.Design.
AnchorEditor
))]
System.Windows.Forms.Design.Editors (1)
artifacts\obj\System.Windows.Forms.Design.Editors.Facade3x\Release\net10.0\System.Windows.Forms.Design.Editors.Forwards.cs (1)
14
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Windows.Forms.Design.
AnchorEditor
))]
System.Windows.Forms.Design.Tests (8)
EnsureEditorsTests.cs (1)
54
[InlineData(typeof(AnchorStyles), typeof(
AnchorEditor
))]
System\Windows\Forms\Design\AnchorEditorTests.cs (6)
18
AnchorEditor
editor = new();
34
AnchorEditor
editor = new();
58
AnchorEditor
editor = new();
66
AnchorEditor
editor = new();
74
AnchorEditor
editor = new();
85
Type type = typeof(
AnchorEditor
)
System\Windows\Forms\Design\EmbeddedResourceTests.cs (1)
12
private readonly Assembly _assembly = Assembly.GetAssembly(typeof(
AnchorEditor
));