3 references to EDIT_INDENT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
1625return EDIT_INDENT; 4443rect.X += EDIT_INDENT + 1; // +1 to compensate for where GDI+ draws it's string relative to the rect. 4444rect.Width -= EDIT_INDENT + 1;