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
- FamilyTypefaceCollection.cs
- Interlocked.cs
- XmlMemberMapping.cs
- PopupEventArgs.cs
- SqlCharStream.cs
- ClientConvert.cs
- KeyValuePair.cs
- CustomError.cs
- CallbackException.cs
- NetworkInterface.cs
- GenericUI.cs
- XmlSchemaAttributeGroup.cs
- listviewsubitemcollectioneditor.cs
- TemplatedControlDesigner.cs
- DialogWindow.cs
- ReflectionServiceProvider.cs
- FocusTracker.cs
- WindowsEditBoxRange.cs
- XmlSerializationWriter.cs
- AmbientLight.cs
- SocketException.cs
- EventLogPermissionAttribute.cs
- EventTask.cs
- _NetRes.cs
- QuaternionRotation3D.cs
- CompositeFontInfo.cs
- SmiRecordBuffer.cs
- SafeNativeMethodsCLR.cs
- ToolStripLabel.cs
- Cursor.cs
- SqlBulkCopyColumnMapping.cs
- XmlDataLoader.cs
- RelationshipDetailsRow.cs
- JournalEntryListConverter.cs
- PointCollection.cs
- DataKey.cs
- ControlHelper.cs
- PartialClassGenerationTaskInternal.cs
- _SslSessionsCache.cs
- WS2007HttpBindingElement.cs
- TimerEventSubscription.cs
- __TransparentProxy.cs
- FragmentQueryProcessor.cs
- SourceItem.cs
- Descriptor.cs
- TreeNode.cs
- ToggleButtonAutomationPeer.cs
- MediaPlayerState.cs
- ToolboxItem.cs
- HandlerBase.cs
- DataGridItemAutomationPeer.cs
- DataBoundControlAdapter.cs
- TaiwanCalendar.cs
- HyperLink.cs
- Block.cs
- safex509handles.cs
- XamlSerializationHelper.cs
- NullableDecimalMinMaxAggregationOperator.cs
- log.cs
- ProfileSection.cs
- SerializationAttributes.cs
- ExtenderProvidedPropertyAttribute.cs
- CreateInstanceBinder.cs
- EraserBehavior.cs
- ExpressionPrinter.cs
- SecurityRuntime.cs
- TextElementCollection.cs
- LogLogRecord.cs
- MissingManifestResourceException.cs
- GenericTextProperties.cs
- ResourceDescriptionAttribute.cs
- DateTimeConverter2.cs
- MarkupCompilePass2.cs
- SQLDateTime.cs
- TextServicesDisplayAttribute.cs
- RegexWorker.cs
- filewebrequest.cs
- SourceItem.cs
- ToolStripItemTextRenderEventArgs.cs
- Activator.cs
- DataControlPagerLinkButton.cs
- ActivityExecutor.cs
- WithParamAction.cs
- OrderedDictionaryStateHelper.cs
- DynamicVirtualDiscoSearcher.cs
- CodeSnippetTypeMember.cs
- Timer.cs
- ListBox.cs
- EndSelectCardRequest.cs
- IdnElement.cs
- CommandID.cs
- AvTraceFormat.cs
- RTLAwareMessageBox.cs
- ButtonChrome.cs
- Rule.cs
- SmtpMail.cs
- RequestedSignatureDialog.cs
- SmtpReplyReaderFactory.cs
- ProjectionCamera.cs
- ExpandedWrapper.cs