4 references to DefaultCaseDisplayNameDefaultValue
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (1)
307
item.Properties[FlowSwitchLabelFeature.DefaultCaseDisplayNamePropertyName].SetValue(FlowSwitchLabelFeature.
DefaultCaseDisplayNameDefaultValue
);
System\Activities\Core\Presentation\FlowchartDesigner.ModelChanges.cs (1)
94
realFlowSwitchMI.Properties[FlowSwitchLabelFeature.DefaultCaseDisplayNamePropertyName].SetValue(FlowSwitchLabelFeature.
DefaultCaseDisplayNameDefaultValue
);
System\Activities\Core\Presentation\FlowSwitchLabelFeature.cs (1)
22
yield return new AttachedPropertyInfo<string> { PropertyName = DefaultCaseDisplayNamePropertyName, IsBrowsable = false, IsVisibleToModelItem = true, DefaultValue =
DefaultCaseDisplayNameDefaultValue
};
System\Activities\Core\Presentation\FlowSwitchLink.cs (1)
226
this.flowSwitchModelItem.Properties[FlowSwitchLabelFeature.DefaultCaseDisplayNamePropertyName].SetValue(FlowSwitchLabelFeature.
DefaultCaseDisplayNameDefaultValue
);