4 references to PreviousLabel
System.Windows.Forms (4)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (1)
359
Label? previousLabel =
PreviousLabel
;
System\Windows\Forms\Controls\Buttons\ButtonBase.ButtonBaseAccessibleObject.cs (1)
47
? GetKeyboardShortcut(owner, owner.UseMnemonic,
PreviousLabel
)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.DateTimePickerAccessibleObject.cs (1)
24
Label? previousLabel =
PreviousLabel
;
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseAccessibleObject.cs (1)
122
? ButtonBaseAccessibleObject.GetKeyboardShortcut(owner, useMnemonic: false,
PreviousLabel
)