16 references to Remove
SMSvcHost (1)
System\ServiceModel\Activation\SharingService.cs (1)
131
typedServiceHost.Description.Behaviors.
Remove
(typeof(ServiceMetadataBehavior));
System.ServiceModel (2)
System\ServiceModel\Description\ConfigLoader.cs (1)
238
behaviors.
Remove
(type);
System\ServiceModel\Description\TypeLoader.cs (1)
576
opDesc.Behaviors.
Remove
(t);
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ClientFactory.cs (1)
124
behaviors.
Remove
(behavior.GetType());
System.Workflow.Activities (10)
Designers\PolicyDesigner.cs (1)
70
ruleSetCollection.
Remove
(ruleSetName);
Rules\ConditionChanges.cs (4)
173
return rules.Conditions.
Remove
(this.ConditionDefinition.Name);
268
rules.Conditions.
Remove
(this.ConditionDefinition.Name);
399
return rules.RuleSets.
Remove
(ruleset.Name);
486
rules.RuleSets.
Remove
(RuleSetName);
Rules\Design\Dialogs\ConditionBrowserDialog.cs (2)
82
this.declarativeConditionCollection.
Remove
(declarativeRuleDefinition.Name);
112
this.declarativeConditionCollection.
Remove
(declarativeRuleDefinition.Name);
Rules\Design\Dialogs\RuleSetBrowserDialog.cs (2)
68
this.ruleSetCollection.
Remove
(ruleSet.Name);
98
this.ruleSetCollection.
Remove
(ruleSet.Name);
Rules\Design\LogicalExpressionTypeConverter.cs (1)
496
ruleSetCollection.
Remove
(ruleSetReference.RuleSetName);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
778
this.designerThemes.
Remove
(designerType.FullName);
System.WorkflowServices (1)
System\Workflow\Activities\ServiceOperationHelpers.cs (1)
299
opDescription.Behaviors.
Remove
(typeof(WorkflowOperationBehavior));