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