6 references to RemoveInheritedControl
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ComponentTray.cs (1)
1513
_inheritanceUI.
RemoveInheritedControl
(c);
System\Windows\Forms\Design\ControlDesigner.cs (1)
460
_inheritanceUI.
RemoveInheritedControl
(Control);
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\InheritanceUITests.cs (4)
83
_inheritanceUI.
RemoveInheritedControl
(trayControl);
126
_inheritanceUI.
RemoveInheritedControl
(_control);
148
_inheritanceUI.Invoking(ui => ui.
RemoveInheritedControl
(_control)).Should().NotThrow();
151
_inheritanceUI.
RemoveInheritedControl
(_control);