Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / Tools / System.Activities.Presentation / System / Activities / Presentation / Xaml / AttributeXamlType.cs / 1305376 / AttributeXamlType.cs
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.Activities.Presentation.Xaml { using System.ComponentModel; using System.Xaml; using System.Xaml.Schema; class AttributeXamlType: XamlType where TAttribute : Attribute where TAttributeInfo : AttributeInfo , new() { TAttributeInfo attributeInfo = new TAttributeInfo(); public AttributeXamlType(XamlSchemaContext xamlSchemaContext) : base(typeof(TAttribute), xamlSchemaContext) { } protected override XamlValueConverter LookupTypeConverter() { return new XamlValueConverter (typeof(AttributeConverter ), this); } protected override bool LookupConstructionRequiresArguments() { return attributeInfo.LookupConstructionRequiresArguments; } } } // 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
- Point4DValueSerializer.cs
- EdgeProfileValidation.cs
- BitmapMetadata.cs
- DeferredReference.cs
- SafeFreeMibTable.cs
- RepeaterCommandEventArgs.cs
- DataGridLinkButton.cs
- ColorDialog.cs
- FrameAutomationPeer.cs
- Identity.cs
- ItemChangedEventArgs.cs
- WindowsRegion.cs
- IISMapPath.cs
- Hash.cs
- PointAnimationBase.cs
- TextFormatterImp.cs
- VoiceObjectToken.cs
- Vector3D.cs
- PropertyMapper.cs
- ReadOnlyHierarchicalDataSource.cs
- PropertyMapper.cs
- SystemIPAddressInformation.cs
- ExpiredSecurityTokenException.cs
- BindingWorker.cs
- MetafileHeaderWmf.cs
- DataGridViewCellValidatingEventArgs.cs
- OdbcConnectionPoolProviderInfo.cs
- Profiler.cs
- VisualStyleElement.cs
- UrlMappingsSection.cs
- SerializationFieldInfo.cs
- WorkflowInstanceExtensionProvider.cs
- AsymmetricAlgorithm.cs
- ConvertEvent.cs
- SpotLight.cs
- ProfessionalColorTable.cs
- HttpApplicationFactory.cs
- ModelVisual3D.cs
- TraceEventCache.cs
- SchemaSetCompiler.cs
- HttpCookieCollection.cs
- TagMapCollection.cs
- WhileDesigner.xaml.cs
- PageCanvasSize.cs
- XmlWriterSettings.cs
- Brush.cs
- IndentedTextWriter.cs
- Regex.cs
- SlipBehavior.cs
- RectAnimationUsingKeyFrames.cs
- ListDictionary.cs
- Part.cs
- TextRenderer.cs
- SqlUdtInfo.cs
- FastPropertyAccessor.cs
- AdRotator.cs
- MatrixAnimationBase.cs
- QueryResults.cs
- GPStream.cs
- SecurityHelper.cs
- cookiecontainer.cs
- DesignerDataView.cs
- TreeNodeBindingCollection.cs
- PersonalizablePropertyEntry.cs
- DataServiceEntityAttribute.cs
- Evaluator.cs
- XmlDictionaryReader.cs
- ZipIOExtraFieldZip64Element.cs
- Decoder.cs
- HttpException.cs
- Action.cs
- DeviceContext.cs
- GlyphRunDrawing.cs
- SchemaDeclBase.cs
- QueryExecutionOption.cs
- Base64Encoder.cs
- EventDescriptor.cs
- TextServicesCompartmentEventSink.cs
- BitmapImage.cs
- ServicePointManager.cs
- ImpersonateTokenRef.cs
- RuleSettings.cs
- ApplicationFileCodeDomTreeGenerator.cs
- OdbcConnectionString.cs
- Endpoint.cs
- SiteMapProvider.cs
- DataTableTypeConverter.cs
- VectorCollection.cs
- MdiWindowListStrip.cs
- QilLiteral.cs
- BindingOperations.cs
- ResponseBodyWriter.cs
- JavaScriptString.cs
- WsrmTraceRecord.cs
- SingletonChannelAcceptor.cs
- HttpModuleCollection.cs
- MessageOperationFormatter.cs
- SplashScreenNativeMethods.cs
- FlowDecisionDesigner.xaml.cs
- SessionParameter.cs