Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / Tools / System.Activities.Core.Presentation / System / Activities / Core / Presentation / FlowDecisionLabelFeature.cs / 1305376 / FlowDecisionLabelFeature.cs
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.Activities.Core.Presentation { using System.Activities.Presentation; using System.Activities.Presentation.Model; using System.Collections.Generic; class FlowDecisionLabelFeature : ViewStateAttachedPropertyFeature { protected override IEnumerableAttachedProperties { get { yield return new AttachedPropertyInfo { PropertyName = "TrueLabel", DefaultValue = SR.FCFlowDecisionTrueMarker }; yield return new AttachedPropertyInfo { PropertyName = "FalseLabel", DefaultValue = SR.FCFlowDecisionFalseMarker }; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- LinqDataSourceContextEventArgs.cs
- WSSecurityTokenSerializer.cs
- MultipartIdentifier.cs
- PropertyRef.cs
- DataGridViewLinkCell.cs
- Thickness.cs
- PublisherMembershipCondition.cs
- CheckBoxPopupAdapter.cs
- AssemblyNameProxy.cs
- HtmlProps.cs
- TypeEnumerableViewSchema.cs
- TemplateControlBuildProvider.cs
- ListViewGroup.cs
- NetSectionGroup.cs
- Control.cs
- DynamicILGenerator.cs
- IgnoreFileBuildProvider.cs
- EditorZoneAutoFormat.cs
- HitTestWithPointDrawingContextWalker.cs
- EntityContainerEntitySetDefiningQuery.cs
- Permission.cs
- ExpressionParser.cs
- HtmlTableCellCollection.cs
- ImageMetadata.cs
- PipeStream.cs
- DynamicFilter.cs
- GridViewColumnCollection.cs
- StackOverflowException.cs
- SupportingTokenChannel.cs
- QueueProcessor.cs
- DesignerAttribute.cs
- RegexCompilationInfo.cs
- ContainerControl.cs
- TableLayoutStyle.cs
- DataGridTablesFactory.cs
- XPathDescendantIterator.cs
- AdjustableArrowCap.cs
- ConfigsHelper.cs
- WizardPanel.cs
- EventlogProvider.cs
- XmlILIndex.cs
- AndCondition.cs
- sqlmetadatafactory.cs
- ReadOnlyTernaryTree.cs
- DelayedRegex.cs
- OracleString.cs
- DataRowView.cs
- DynamicArgumentDialog.cs
- IntegerValidator.cs
- ColorTransform.cs
- EventHandlerList.cs
- BasicCellRelation.cs
- QilChoice.cs
- ArgumentValue.cs
- RangeValidator.cs
- HttpValueCollection.cs
- InternalSendMessage.cs
- ToolStripContainerActionList.cs
- XamlFrame.cs
- ExpressionBuilderContext.cs
- DataGridHeaderBorder.cs
- ItemAutomationPeer.cs
- CultureInfo.cs
- UnsafeNativeMethods.cs
- DataBindingCollection.cs
- WebServiceBindingAttribute.cs
- PropertyMetadata.cs
- EntityClientCacheKey.cs
- HtmlUtf8RawTextWriter.cs
- TimerEventSubscription.cs
- DataGridViewRowEventArgs.cs
- WebPartUserCapability.cs
- DefaultEvaluationContext.cs
- HttpConfigurationSystem.cs
- RuntimeConfig.cs
- CreateUserWizardDesigner.cs
- ConnectionsZone.cs
- PatternMatchRules.cs
- ProfileModule.cs
- CopyEncoder.cs
- PageCache.cs
- Attributes.cs
- BaseDataBoundControl.cs
- SrgsDocument.cs
- ProxyWebPart.cs
- SafeLibraryHandle.cs
- Button.cs
- JapaneseLunisolarCalendar.cs
- DataServiceQueryOfT.cs
- UndoManager.cs
- TextTreeExtractElementUndoUnit.cs
- WindowsProgressbar.cs
- SearchForVirtualItemEventArgs.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- TrackingConditionCollection.cs
- CodeNamespaceImport.cs
- RefreshPropertiesAttribute.cs
- SystemIcons.cs
- SmtpDigestAuthenticationModule.cs
- XPathDocumentIterator.cs