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