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)
23
public sealed override string FocusId => $"PROPERTY:{
_actionList
!.GetType().FullName}.{PropertyItem!.MemberName}";
25
protected PropertyDescriptor PropertyDescriptor => _propDesc ??= TypeDescriptor.GetProperties(
_actionList
!)[PropertyItem!.MemberName]!;
29
protected ITypeDescriptorContext TypeDescriptorContext => _typeDescriptorContext ??= new TypeDescriptorContext(ServiceProvider, PropertyDescriptor,
_actionList
!);
72
PropertyDescriptor.SetValue(
_actionList
, newValue);
74
Value = PropertyDescriptor.GetValue(
_actionList
);