5 instantiations of AnchorEditor
System.Windows.Forms.Design.Tests (5)
System\Windows\Forms\Design\AnchorEditorTests.cs (5)
20
AnchorEditor editor =
new
();
36
AnchorEditor editor =
new
();
60
AnchorEditor editor =
new
();
68
AnchorEditor editor =
new
();
76
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)
56
[InlineData(typeof(AnchorStyles), typeof(
AnchorEditor
))]
System\Windows\Forms\Design\AnchorEditorTests.cs (6)
20
AnchorEditor
editor = new();
36
AnchorEditor
editor = new();
60
AnchorEditor
editor = new();
68
AnchorEditor
editor = new();
76
AnchorEditor
editor = new();
87
Type type = typeof(
AnchorEditor
)
System\Windows\Forms\Design\EmbeddedResourceTests.cs (1)
14
private readonly Assembly _assembly = Assembly.GetAssembly(typeof(
AnchorEditor
));