1 override of PropertyLabelIndent
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
164
internal override int
PropertyLabelIndent
{
2 references to PropertyLabelIndent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1881
int stringX = rect.X + this.
PropertyLabelIndent
;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1251
return gridEntry.
PropertyLabelIndent
+ 1;