1 write to _baseControl
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlCommandSet.cs (1)
284
_baseControl
= comp;
6 references to _baseControl
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ControlCommandSet.cs (6)
1136
if (
_baseControl
is not null &&
_baseControl
.Controls.Count > 0)
1170
if (
_baseControl
is null)
1181
PropertyDescriptor lockedProp = TypeDescriptor.GetProperties(
_baseControl
)["Locked"];
1182
if (lockedProp is not null && ((bool)lockedProp.GetValue(
_baseControl
)))
1195
ComponentDesigner baseDesigner = host.GetDesigner(
_baseControl
) as ComponentDesigner;