2 references to s_textProperty
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
1858
get => Properties.TryGetValueOrNull(
s_textProperty
, out string? value) ? value : string.Empty;
1861
if (Properties.AddOrRemoveValue(
s_textProperty
, value, defaultValue: string.Empty) != value)