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