Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / Tools / System.Activities.Core.Presentation / System / Activities / Core / Presentation / WhileDesigner.xaml.cs / 1305376 / WhileDesigner.xaml.cs
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.Activities.Core.Presentation { using System.Activities.Presentation.Metadata; using System.Activities.Statements; using System.ComponentModel; ////// Interaction logic for WhileDesigner.xaml /// partial class WhileDesigner { public WhileDesigner() { InitializeComponent(); } public static void RegisterMetadata(AttributeTableBuilder builder) { Type type = typeof(While); builder.AddCustomAttributes(type, new DesignerAttribute(typeof(WhileDesigner))); builder.AddCustomAttributes(type, type.GetProperty("Body"), BrowsableAttribute.No); builder.AddCustomAttributes(type, type.GetProperty("Variables"), BrowsableAttribute.No); } } } // 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
- XmlSchemaDatatype.cs
- BehaviorEditorPart.cs
- TextLineResult.cs
- MatrixAnimationUsingKeyFrames.cs
- ServicePointManagerElement.cs
- XmlElementList.cs
- GroupQuery.cs
- ApplicationServiceHelper.cs
- WebException.cs
- ProfileModule.cs
- XmlSchemaGroup.cs
- MenuItemStyle.cs
- COM2IPerPropertyBrowsingHandler.cs
- HttpListenerPrefixCollection.cs
- SimpleModelProvider.cs
- login.cs
- Vector3DCollection.cs
- EllipseGeometry.cs
- CornerRadiusConverter.cs
- PolicyStatement.cs
- NameValueConfigurationElement.cs
- nulltextcontainer.cs
- CreateUserWizardStep.cs
- RefreshEventArgs.cs
- DesignerCategoryAttribute.cs
- DataObject.cs
- TraceContext.cs
- DocumentViewerBase.cs
- SqlNode.cs
- ImageIndexConverter.cs
- FirstMatchCodeGroup.cs
- MouseEventArgs.cs
- ObjectStateFormatter.cs
- SafeFileMapViewHandle.cs
- SiteMapDataSourceView.cs
- ConfigurationStrings.cs
- SoapAttributes.cs
- SqlBulkCopyColumnMapping.cs
- BaseValidator.cs
- TypeListConverter.cs
- ToolStripContentPanel.cs
- ProtocolElementCollection.cs
- XmlBoundElement.cs
- ProcessHostConfigUtils.cs
- ColumnMap.cs
- NonParentingControl.cs
- DNS.cs
- XmlEventCache.cs
- SoapElementAttribute.cs
- FileSystemInfo.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- VSWCFServiceContractGenerator.cs
- DesignerSerializerAttribute.cs
- SortedDictionary.cs
- DetailsViewModeEventArgs.cs
- AssemblyBuilderData.cs
- DynamicValidatorEventArgs.cs
- ClosableStream.cs
- ComplexBindingPropertiesAttribute.cs
- Comparer.cs
- OutputCacheSettings.cs
- WebBrowserDocumentCompletedEventHandler.cs
- CompiledIdentityConstraint.cs
- DictionaryContent.cs
- ProfileService.cs
- SQLDecimal.cs
- GeneralTransform2DTo3D.cs
- SqlParameterCollection.cs
- ContentType.cs
- X509PeerCertificateAuthentication.cs
- BaseUriHelper.cs
- WindowsPrincipal.cs
- MimeObjectFactory.cs
- IndexerNameAttribute.cs
- SchemaImporterExtensionElement.cs
- Track.cs
- MappingSource.cs
- WsrmTraceRecord.cs
- FixedSOMFixedBlock.cs
- SelectionEditingBehavior.cs
- WindowsToolbar.cs
- NetworkInformationPermission.cs
- CodeTypeReferenceSerializer.cs
- Token.cs
- ObjectPropertyMapping.cs
- DataBoundControlHelper.cs
- PrivateFontCollection.cs
- DeferredTextReference.cs
- HTTPNotFoundHandler.cs
- VerificationException.cs
- FolderBrowserDialogDesigner.cs
- Util.cs
- OrderedDictionaryStateHelper.cs
- XmlCharType.cs
- GrammarBuilder.cs
- ComponentEditorForm.cs
- ColumnWidthChangedEvent.cs
- CompilerCollection.cs
- SelectionHighlightInfo.cs
- HttpHandlersSection.cs