4 references to TryGetExplicitlySetFont
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (3)
2014if (TryGetExplicitlySetFont(out Font? font)) 2061if (TryGetExplicitlySetFont(out Font? font)) 5573if (TryGetExplicitlySetFont(out Font? font))
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
1356if (TryGetExplicitlySetFont(out _))