4 references to NewValue
System.Workflow.Activities (3)
Designers\EventSinkActivityDesigner.cs (1)
67Type interfaceType = e.NewValue as Type;
Designers\InvokeMethodActivityDesigner.cs (1)
66Type interfaceType = e.NewValue as Type;
Designers\WebServiceReceiveDesigner.cs (1)
48Type interfaceType = e.NewValue as Type;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowInlining.cs (1)
424if (e.OldValue != e.NewValue && Activity != null)