6 references to CustomPaint
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (5)
413_flags |= Flags.CustomPaint; 559if (_flags.HasFlag(Flags.CustomPaint) || _flags.HasFlag(Flags.NoCustomPaint)) 561return _flags.HasFlag(Flags.CustomPaint); 566_flags |= Flags.CustomPaint; 577return 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.