3 references to DrawCheckBackground3DLite
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonPopupAdapter.cs (2)
56DrawCheckBackground3DLite(e, layout.CheckBounds, checkBackgroundColor, colors, disabledColors: true); 80DrawCheckBackground3DLite(e, layout.CheckBounds, colors.Highlight, colors, disabledColors: true);
System.Windows.Forms.Tests (1)
System\Windows\Forms\RadioButtonBaseAdapterTests.cs (1)
44=> DrawCheckBackground3DLite(e, bounds, checkBackground, colors, disabledColors);