2 references to MinShadowDepth
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowView.cs (2)
422
if (value < AmbientTheme.
MinShadowDepth
|| value > AmbientTheme.MaxShadowDepth)
423
throw new NotSupportedException(DR.GetString(DR.ShadowDepthException, AmbientTheme.
MinShadowDepth
, AmbientTheme.MaxShadowDepth));