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)
36
public override string FocusId => $"METHOD:{_actionList!.GetType().FullName}.{
_methodItem
!.MemberName}";
62
_methodItem
!.Invoke();
76
ActionPanel.ShowError(string.Format(SR.DesignerActionPanel_ErrorInvokingAction,
_methodItem
!.DisplayName, Environment.NewLine + ex.Message));
89
toolTip.SetToolTip(_linkLabel,
_methodItem
.Description);
90
_linkLabel.Text = StripAmpersands(
_methodItem
.DisplayName);
91
_linkLabel.AccessibleDescription =
_methodItem
.Description;