Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / Tools / System.Activities.Core.Presentation / System / Activities / Core / Presentation / PickBranchDesigner.xaml.cs / 1305376 / PickBranchDesigner.xaml.cs
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.Activities.Core.Presentation { using System.Activities.Presentation; using System.Activities.Presentation.Metadata; using System.Activities.Statements; using System.ComponentModel; ////// Interaction logic for PickBranchDesigner.xaml /// partial class PickBranchDesigner { public PickBranchDesigner() { this.InitializeComponent(); } public static void RegisterMetadata(AttributeTableBuilder builder) { Type type = typeof(PickBranch); builder.AddCustomAttributes(type, new DesignerAttribute(typeof(PickBranchDesigner))); builder.AddCustomAttributes(type, type.GetProperty("Action"), BrowsableAttribute.No); builder.AddCustomAttributes(type, type.GetProperty("Trigger"), BrowsableAttribute.No); builder.AddCustomAttributes(type, type.GetProperty("Variables"), BrowsableAttribute.No); } protected override string GetAutomationIdMemberName() { return "DisplayName"; } } } // 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
- XmlSchemaSimpleTypeRestriction.cs
- WebAdminConfigurationHelper.cs
- TemplateKeyConverter.cs
- RenderDataDrawingContext.cs
- XmlAttributeCollection.cs
- ScaleTransform3D.cs
- ExpandedWrapper.cs
- DocumentationServerProtocol.cs
- GPStream.cs
- JapaneseCalendar.cs
- Formatter.cs
- PassportAuthenticationModule.cs
- LabelDesigner.cs
- SourceFilter.cs
- CompoundFileStreamReference.cs
- WebPartChrome.cs
- PrintPreviewGraphics.cs
- EventProxy.cs
- SystemUnicastIPAddressInformation.cs
- _ContextAwareResult.cs
- ToolboxItemCollection.cs
- XmlBinaryWriterSession.cs
- KeyboardNavigation.cs
- sqlpipe.cs
- RoutedEventArgs.cs
- ProcessRequestAsyncResult.cs
- RectAnimationUsingKeyFrames.cs
- ProxyAttribute.cs
- MaskedTextProvider.cs
- InvalidateEvent.cs
- MergablePropertyAttribute.cs
- MsmqIntegrationChannelFactory.cs
- _HeaderInfo.cs
- DoubleStorage.cs
- HandoffBehavior.cs
- WebPartEventArgs.cs
- PenLineCapValidation.cs
- SchemaMapping.cs
- ListView.cs
- RelatedCurrencyManager.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- CompilerScopeManager.cs
- CryptoConfig.cs
- TextTreeExtractElementUndoUnit.cs
- IriParsingElement.cs
- FrameworkContentElementAutomationPeer.cs
- PropertyDescriptorGridEntry.cs
- DataGridState.cs
- InitializingNewItemEventArgs.cs
- StrongNamePublicKeyBlob.cs
- FullTextLine.cs
- userdatakeys.cs
- LineGeometry.cs
- CommandHelper.cs
- DesignerDataConnection.cs
- COM2ExtendedTypeConverter.cs
- ContentHostHelper.cs
- UDPClient.cs
- SByteStorage.cs
- EventArgs.cs
- MetaData.cs
- ExpandableObjectConverter.cs
- returneventsaver.cs
- AncillaryOps.cs
- Win32Native.cs
- WebBrowserEvent.cs
- TypeUsageBuilder.cs
- ResourcePermissionBaseEntry.cs
- DesignBindingPicker.cs
- SecurityDocument.cs
- CodeObject.cs
- List.cs
- OdbcCommand.cs
- RightsManagementInformation.cs
- BooleanAnimationUsingKeyFrames.cs
- SRGSCompiler.cs
- PassportPrincipal.cs
- EditorBrowsableAttribute.cs
- Base64Stream.cs
- PatternMatcher.cs
- EnterpriseServicesHelper.cs
- ExpressionPrinter.cs
- BamlBinaryWriter.cs
- SqlVersion.cs
- FontEmbeddingManager.cs
- StylusPointDescription.cs
- WebBrowser.cs
- XmlParser.cs
- DataGridViewCellStyleChangedEventArgs.cs
- QilInvoke.cs
- RowCache.cs
- ScriptRegistrationManager.cs
- HttpCachePolicyBase.cs
- AuthenticationConfig.cs
- StreamingContext.cs
- DragDropManager.cs
- SqlDependency.cs
- ObjectDisposedException.cs
- infer.cs
- IntegerFacetDescriptionElement.cs