1 write to shadowDepth
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowView.cs (1)
428
this.
shadowDepth
= value;
4 references to shadowDepth
System.Workflow.ComponentModel (4)
AuthoringOM\Design\WorkflowView.cs (4)
417
return this.
shadowDepth
;
425
if (this.
shadowDepth
== value)
1043
viewPortData.ShadowDepth = new Size(this.
shadowDepth
, this.
shadowDepth
);