1 write to _modifiersLabel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
121
_modifiersLabel
= new Label();
5 references to _modifiersLabel
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (5)
108
[MemberNotNull(nameof(
_modifiersLabel
))]
139
_outerPanel.Controls.Add(
_modifiersLabel
, 0, 0);
149
resources.ApplyResources(
_modifiersLabel
, "lblModifiers");
150
_outerPanel.SetColumnSpan(
_modifiersLabel
, 3);
151
_modifiersLabel
.Name = "lblModifiers";