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