1 instantiation of SetTextColorScope
System.Windows.Forms (1)
System\Windows\Forms\Rendering\TextExtensions.cs (1)
69
using var textColor = foreColor.IsEmpty ? default : new
SetTextColorScope
(hdc, foreColor);
1 reference to SetTextColorScope
System.Windows.Forms (1)
System\Windows\Forms\Rendering\TextExtensions.cs (1)
69
using
var
textColor = foreColor.IsEmpty ? default : new SetTextColorScope(hdc, foreColor);