1 write to _toolStripDropDown
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ContextMenuStripActionList.cs (1)
17
_toolStripDropDown
= (ToolStripDropDown)designer.Component;
5 references to _toolStripDropDown
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ContextMenuStripActionList.cs (5)
23
PropertyDescriptor? getProperty = TypeDescriptor.GetProperties(
_toolStripDropDown
)[propertyName];
27
return getProperty.GetValue(
_toolStripDropDown
);
36
PropertyDescriptor? changingProperty = TypeDescriptor.GetProperties(
_toolStripDropDown
)[propertyName];
38
changingProperty?.SetValue(
_toolStripDropDown
, value);
106
if (
_toolStripDropDown
is ToolStripDropDownMenu)