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