4 references to TryGetExplicitlySetFont
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3746
if (item.
TryGetExplicitlySetFont
(out Font? local))
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (3)
908
if (
TryGetExplicitlySetFont
(out Font? font))
2920
if (!
TryGetExplicitlySetFont
(out _))
3308
internal virtual bool ShouldSerializeFont() =>
TryGetExplicitlySetFont
(out _);