2 references to s_fontProperty
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
923
if (Properties.AddOrRemoveValue(
s_fontProperty
, value) != value)
3639
internal bool TryGetExplicitlySetFont([NotNullWhen(true)] out Font? local) => Properties.TryGetValue(
s_fontProperty
, out local);