4 references to _marginPerLevel
System.Web.Mobile (4)
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (4)
387
if (maxWidth > 0 && maxWidth > _defaultContainerWidth - nestingLevel *
_marginPerLevel
)
389
maxWidth = _defaultContainerWidth - nestingLevel *
_marginPerLevel
;
405
if (maxWidth > 0 && maxWidth > defaultControlWidthInTemplate - nestingLevel *
_marginPerLevel
)
407
maxWidth = defaultControlWidthInTemplate - nestingLevel *
_marginPerLevel
;