2 references to NoCustomPaint
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
565
if (_flags.HasFlag(Flags.CustomPaint) || _flags.HasFlag(Flags.
NoCustomPaint
))
577
_flags |= Flags.
NoCustomPaint
;