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