5 references to OUTLINE_ICON_PADDING
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
171return 1+gridHost.GetOutlineIconSize()+OUTLINE_ICON_PADDING + (base.PropertyDepth * gridHost.GetDefaultOutlineIndent());
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (4)
169return this.GridEntryHost.LogicalToDeviceUnits(OUTLINE_ICON_PADDING); 173return OUTLINE_ICON_PADDING; 786int borderWidth = this.GridEntryHost.GetOutlineIconSize() + OUTLINE_ICON_PADDING; 1866int borderWidth = gridHost.GetOutlineIconSize()+OUTLINE_ICON_PADDING;