2 references to IsCustomPaint
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2138
if (
IsCustomPaint
) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
4418
bool fPaint = gridEntry.
IsCustomPaint
;