3 references to EditIndent
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
1402
public static int ValueStringIndent =>
EditIndent
;
4342
rect.X +=
EditIndent
+ 1; // +1 to compensate for where GDI+ draws it's string relative to the rect.
4343
rect.Width -=
EditIndent
+ 1;