13 references to Error_ContextStackItemMissing
System.Workflow.ComponentModel (13)
AuthoringOM\Compiler\CodeGeneration\ActivityCodeGenerator.cs (1)
65
throw new InvalidOperationException(SR.GetString(SR.
Error_ContextStackItemMissing
, typeof(CodeNamespaceCollection).Name));
AuthoringOM\Compiler\Validation\BindValidator.cs (11)
48
throw new InvalidOperationException(SR.GetString(SR.
Error_ContextStackItemMissing
, typeof(BindValidationContext).Name));
52
throw new InvalidOperationException(SR.GetString(SR.
Error_ContextStackItemMissing
, typeof(Activity).Name));
233
throw new InvalidOperationException(SR.GetString(SR.
Error_ContextStackItemMissing
, typeof(BindValidationContext).Name));
237
throw new InvalidOperationException(SR.GetString(SR.
Error_ContextStackItemMissing
, typeof(Activity).Name));
430
throw new InvalidOperationException(SR.GetString(SR.
Error_ContextStackItemMissing
, typeof(BindValidationContext).Name));
434
throw new InvalidOperationException(SR.GetString(SR.
Error_ContextStackItemMissing
, typeof(Activity).Name));
590
throw new InvalidOperationException(SR.GetString(SR.
Error_ContextStackItemMissing
, typeof(Activity).Name));
594
throw new InvalidOperationException(SR.GetString(SR.
Error_ContextStackItemMissing
, typeof(BindValidationContext).Name));
757
throw new InvalidOperationException(SR.GetString(SR.
Error_ContextStackItemMissing
, typeof(BindValidationContext).Name));
761
throw new InvalidOperationException(SR.GetString(SR.
Error_ContextStackItemMissing
, typeof(Activity).Name));
801
throw new InvalidOperationException(SR.GetString(SR.
Error_ContextStackItemMissing
, typeof(Activity).Name));
AuthoringOM\Compiler\Validation\DependencyObjectValidator.cs (1)
68
throw new InvalidOperationException(SR.GetString(SR.
Error_ContextStackItemMissing
, typeof(Activity).FullName));