2 references to InterfaceTypeProperty
System.Workflow.Activities (2)
InvokeMethodActivity.cs (2)
67
return base.GetValue(
InterfaceTypeProperty
) as Type;
72
base.SetValue(
InterfaceTypeProperty
, value);