7 references to GetHFONTScope
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
818
using (var hfont = GdiCache.
GetHFONTScope
(Font))
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
514
using var hfont = GdiCache.
GetHFONTScope
(Font);
System\Windows\Forms\Controls\Labels\Label.cs (2)
1065
using var hfont = GdiCache.
GetHFONTScope
(Font);
1123
using var hfont = GdiCache.
GetHFONTScope
(Font);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
574
using var hfont = GdiCache.
GetHFONTScope
(Font);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1192
using (var hfont = GdiCache.
GetHFONTScope
(Font))
System\Windows\Forms\Rendering\TextRenderer.cs (1)
662
return GdiCache.
GetHFONTScope
(font, quality);