3 references to CreateScope
System.Windows.Forms (1)
System\Windows\Forms\Rendering\GdiCache.cs (1)
95
return font is null ? new FontCache.Scope() : s_fontCache.GetEntry(font, quality).
CreateScope
();
System.Windows.Forms.Primitives (2)
System\Windows\Forms\GdiPlus\GdiPlusCache.cs (2)
41
return PenCache.GetEntry(color).
CreateScope
();
58
return BrushCache.GetEntry(color).
CreateScope
();