1 write to MemberName
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionMethodItem.cs (1)
23
MemberName
= memberName;
4 references to MemberName
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionMethodItem.cs (3)
111
if (
MemberName
is null)
116
_methodInfo ??= _actionList?.GetType()?.GetMethod(
MemberName
, BindingFlags.Default | BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic);
120
throw new InvalidOperationException(string.Format(SR.DesignerActionPanel_CouldNotFindMethod,
MemberName
));
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (1)
36
public override string FocusId => $"METHOD:{_actionList!.GetType().FullName}.{_methodItem!.
MemberName
}";