1 write to _methodItem
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (1)
88_methodItem = info.Item;
6 references to _methodItem
System.Windows.Forms.Design (6)
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (6)
36public override string FocusId => $"METHOD:{_actionList!.GetType().FullName}.{_methodItem!.MemberName}"; 62_methodItem!.Invoke(); 76ActionPanel.ShowError(string.Format(SR.DesignerActionPanel_ErrorInvokingAction, _methodItem!.DisplayName, Environment.NewLine + ex.Message)); 89toolTip.SetToolTip(_linkLabel, _methodItem.Description); 90_linkLabel.Text = StripAmpersands(_methodItem.DisplayName); 91_linkLabel.AccessibleDescription = _methodItem.Description;