13 references to SetTextColor
System.Private.Windows.Core (3)
Windows\Win32\Graphics\Gdi\SetTextColorScope.cs (3)
27/// <see cref="PInvokeCore.SetTextColor(HDC, COLORREF)"/>. 31_previousColor = PInvokeCore.SetTextColor(hdc, color); 41PInvokeCore.SetTextColor(_hdc, _previousColor);
System.Windows.Forms (10)
System\Windows\Forms\Control.cs (1)
6095PInvokeCore.SetTextColor(dc, (COLORREF)(uint)ColorTranslator.ToWin32(ForeColor));
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
2086PInvokeCore.SetTextColor(dc, (COLORREF)(uint)ColorTranslator.ToWin32(ForeColor)); 3834PInvokeCore.SetTextColor( 3856PInvokeCore.SetTextColor( 3873PInvokeCore.SetTextColor(
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6024PInvokeCore.SetTextColor(nmlvcd->nmcd.hdc, ForeColor);
System\Windows\Forms\Design\ComponentEditorForm.PageSelector.cs (3)
131PInvokeCore.SetTextColor(dc, textColor); 266COLORREF oldTextColor = PInvokeCore.SetTextColor(dc, (COLORREF)(uint)ColorTranslator.ToWin32(SystemColors.ControlLightLight)); 270PInvokeCore.SetTextColor(dc, oldTextColor);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
347PInvokeCore.SetTextColor(targetDC, (COLORREF)0x00000000); // black