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)
23PropertyDescriptor? getProperty = TypeDescriptor.GetProperties(_toolStripDropDown)[propertyName]; 27return getProperty.GetValue(_toolStripDropDown); 36PropertyDescriptor? changingProperty = TypeDescriptor.GetProperties(_toolStripDropDown)[propertyName]; 38changingProperty?.SetValue(_toolStripDropDown, value); 106if (_toolStripDropDown is ToolStripDropDownMenu)