7 references to SetUpPalette
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ComboBox.cs (1)
3607
IntPtr oldPal =
SetUpPalette
(dis.hDC, false /*force*/, false /*realize*/);
winforms\Managed\System\WinForms\Control.cs (2)
13693
oldPal =
SetUpPalette
(dc, false, false);
13797
SetUpPalette
(dc, true /*force*/, true/*realize*/);
winforms\Managed\System\WinForms\ListBox.cs (1)
2324
IntPtr oldPal =
SetUpPalette
(dc, false /*force*/, false /*realize*/);
winforms\Managed\System\WinForms\MenuItem.cs (1)
1494
IntPtr oldPal = Control.
SetUpPalette
(dis.hDC, false /*force*/, false);
winforms\Managed\System\WinForms\PaintEvent.cs (1)
133
oldPal = Control.
SetUpPalette
(dc, false /*force*/, false /*realize*/);
winforms\Managed\System\WinForms\TabControl.cs (1)
2056
IntPtr oldPal =
SetUpPalette
(dis.hDC, false /*force*/, false /*realize*/);