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)
1142
if (
_baseControl
is not null &&
_baseControl
.Controls.Count > 0)
1176
if (
_baseControl
is null)
1187
PropertyDescriptor lockedProp = TypeDescriptor.GetProperties(
_baseControl
)["Locked"];
1188
if (lockedProp is not null && ((bool)lockedProp.GetValue(
_baseControl
)))
1201
ComponentDesigner baseDesigner = host.GetDesigner(
_baseControl
) as ComponentDesigner;