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