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