1 write to _toolStripEditorControlType
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripEditorManagerTests.cs (1)
48_toolStripEditorControlType = typeof(ToolStripEditorManager).GetNestedType("ToolStripEditorControl", BindingFlags.NonPublic)
3 references to _toolStripEditorControlType
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\ToolStripEditorManagerTests.cs (3)
51_constructor = _toolStripEditorControlType?.GetConstructor([typeof(Control), typeof(Rectangle)]) 182_toolStripEditorControlType?.GetProperty("Controls")?.GetValue(_toolStripEditorControl).Should().BeOfType<Control.ControlCollection>(); 196PropertyInfo? boundsProperty = _toolStripEditorControlType?.GetProperty("Bounds1");