2 references to IsCustomPaint
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1842
if (
IsCustomPaint
)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
4312
bool customPaint = gridEntry.
IsCustomPaint
;