6 references to CustomPaint
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (5)
419_flags |= Flags.CustomPaint; 565if (_flags.HasFlag(Flags.CustomPaint) || _flags.HasFlag(Flags.NoCustomPaint)) 567return _flags.HasFlag(Flags.CustomPaint); 572_flags |= Flags.CustomPaint; 583return EntryFlags.HasFlag(Flags.CustomPaint);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.Flags.cs (1)
71/// Inverse of <see cref="CustomPaint"/> that is only used when full flags have not been checked.