5 instantiations of AnchorEditor
System.Windows.Forms.Design.Tests (5)
System\Windows\Forms\Design\AnchorEditorTests.cs (5)
18AnchorEditor editor = new(); 34AnchorEditor editor = new(); 58AnchorEditor editor = new(); 66AnchorEditor editor = new(); 74AnchorEditor 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)
18AnchorEditor editor = new(); 34AnchorEditor editor = new(); 58AnchorEditor editor = new(); 66AnchorEditor editor = new(); 74AnchorEditor editor = new(); 85Type type = typeof(AnchorEditor)
System\Windows\Forms\Design\EmbeddedResourceTests.cs (1)
12private readonly Assembly _assembly = Assembly.GetAssembly(typeof(AnchorEditor));