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