7 references to AddInheritedControl
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ComponentTray.cs (1)
734
iui?.
AddInheritedControl
(trayctl, attr.InheritanceLevel);
System\Windows\Forms\Design\ControlDesigner.cs (1)
991
_inheritanceUI?.
AddInheritedControl
(Control, InheritanceAttribute.InheritanceLevel);
System.Windows.Forms.Design.Tests (5)
System\Windows\Forms\Design\InheritanceUITests.cs (5)
57
_inheritanceUI.
AddInheritedControl
(trayControl, inheritanceLevel);
80
_inheritanceUI.
AddInheritedControl
(trayControl, InheritanceLevel.Inherited);
106
_inheritanceUI.
AddInheritedControl
(_control, inheritanceLevel);
118
_inheritanceUI.
AddInheritedControl
(_control, InheritanceLevel.Inherited);
150
_inheritanceUI.
AddInheritedControl
(_control, InheritanceLevel.Inherited);