4 references to TryGetExplicitlySetFont
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (3)
1918if (TryGetExplicitlySetFont(out Font? font)) 1965if (TryGetExplicitlySetFont(out Font? font)) 5477if (TryGetExplicitlySetFont(out Font? font))
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
1362if (TryGetExplicitlySetFont(out _))