1 write to _actionList
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.PropertyLine.cs (1)
96_actionList = info.List;
5 references to _actionList
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerActionPanel.PropertyLine.cs (5)
23public sealed override string FocusId => $"PROPERTY:{_actionList!.GetType().FullName}.{PropertyItem!.MemberName}"; 25protected PropertyDescriptor PropertyDescriptor => _propDesc ??= TypeDescriptor.GetProperties(_actionList!)[PropertyItem!.MemberName]!; 29protected ITypeDescriptorContext TypeDescriptorContext => _typeDescriptorContext ??= new TypeDescriptorContext(ServiceProvider, PropertyDescriptor, _actionList!); 72PropertyDescriptor.SetValue(_actionList, newValue); 74Value = PropertyDescriptor.GetValue(_actionList);