3 references to BS_OWNERDRAW
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Button.cs (1)
159
cp.Style |= NativeMethods.
BS_OWNERDRAW
;
winforms\Managed\System\WinForms\CheckBox.cs (1)
318
cp.Style |= NativeMethods.
BS_OWNERDRAW
;
winforms\Managed\System\WinForms\RadioButton.cs (1)
268
cp.Style |= NativeMethods.
BS_OWNERDRAW
;