1 write to _keyLabel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
126
_keyLabel
= new Label();
5 references to _keyLabel
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (5)
113
[MemberNotNull(nameof(
_keyLabel
))]
179
_innerPanel.Controls.Add(
_keyLabel
, 0, 0);
188
resources.ApplyResources(
_keyLabel
, "lblKey");
189
_innerPanel.SetColumnSpan(
_keyLabel
, 2);
190
_keyLabel
.Name = "lblKey";