2 references to WorkflowServiceType
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceSettingsHandler.cs (2)
38
if (root.GetType() ==
WorkflowServiceType
)
118
Fx.Assert(rootModel.GetCurrentValue().GetType() ==
WorkflowServiceType
, "This handler should only be attached when the root is WorkflowService");