2 writes to _actionName
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SplitContainerDesigner.OrientationActionList.cs (2)
32_actionName = needsVertical ? SR.DesignerShortcutVerticalOrientation : SR.DesignerShortcutHorizontalOrientation; 47_actionName = (orientation == Orientation.Horizontal) ? SR.DesignerShortcutVerticalOrientation : SR.DesignerShortcutHorizontalOrientation;
1 reference to _actionName
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SplitContainerDesigner.OrientationActionList.cs (1)
62new DesignerActionVerbItem(new DesignerVerb(_actionName!, OnOrientationActionClick))