5 references to FLAG_CUSTOM_PAINT
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (5)
526
flags |= GridEntry.
FLAG_CUSTOM_PAINT
;
700
if ((this.flags & GridEntry.
FLAG_CUSTOM_PAINT
) != 0 ||
702
return(this.flags & GridEntry.
FLAG_CUSTOM_PAINT
) != 0;
707
flags |= GridEntry.
FLAG_CUSTOM_PAINT
;
716
return(this.Flags & GridEntry.
FLAG_CUSTOM_PAINT
) != 0;