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