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>();
196
PropertyInfo? boundsProperty =
_toolStripEditorControlType
?.GetProperty("Bounds1");