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