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