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