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)
62
new DesignerActionVerbItem(new DesignerVerb(
_actionName
!, OnOrientationActionClick))