Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Base / System / Windows / Markup / DictionaryKeyPropertyAttribute.cs / 1 / DictionaryKeyPropertyAttribute.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace System.Windows.Markup
{
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class DictionaryKeyPropertyAttribute : Attribute
{
string _name;
public DictionaryKeyPropertyAttribute(string name)
{
_name = name;
}
public string Name { get { return _name; } }
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
using System;
using System.Collections.Generic;
using System.Text;
namespace System.Windows.Markup
{
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class DictionaryKeyPropertyAttribute : Attribute
{
string _name;
public DictionaryKeyPropertyAttribute(string name)
{
_name = name;
}
public string Name { get { return _name; } }
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RawStylusInputCustomDataList.cs
- XPathNodeList.cs
- EntitySqlQueryCacheEntry.cs
- TreeView.cs
- _LoggingObject.cs
- SimpleTypeResolver.cs
- WindowsUpDown.cs
- AxHost.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- ImageAttributes.cs
- TypefaceMetricsCache.cs
- ConnectionManagementElementCollection.cs
- DataBindEngine.cs
- BaseTypeViewSchema.cs
- SafeFileHandle.cs
- BindingSourceDesigner.cs
- TableAutomationPeer.cs
- TypeConverterAttribute.cs
- DBSqlParserTable.cs
- AsyncDataRequest.cs
- Crypto.cs
- AdornedElementPlaceholder.cs
- ExpressionConverter.cs
- RouteUrlExpressionBuilder.cs
- PropertyMapper.cs
- XPathExpr.cs
- WorkflowOperationBehavior.cs
- FixedSchema.cs
- BinaryCommonClasses.cs
- DataStreams.cs
- Substitution.cs
- HttpHandlerActionCollection.cs
- OdbcCommand.cs
- TypedTableBase.cs
- CodeSubDirectoriesCollection.cs
- CatalogPartCollection.cs
- DataProviderNameConverter.cs
- EndpointIdentity.cs
- TemplatedAdorner.cs
- ProfileModule.cs
- DependencyPropertyConverter.cs
- TextContainer.cs
- TraceSection.cs
- LayeredChannelFactory.cs
- Thickness.cs
- DefaultProxySection.cs
- FtpRequestCacheValidator.cs
- WeakReferenceList.cs
- CollectionDataContract.cs
- MenuItemCollectionEditor.cs
- DSASignatureFormatter.cs
- ScriptBehaviorDescriptor.cs
- PageParserFilter.cs
- Converter.cs
- XmlHierarchyData.cs
- XmlIterators.cs
- CreatingCookieEventArgs.cs
- GenericPrincipal.cs
- TextFindEngine.cs
- DbXmlEnabledProviderManifest.cs
- ImageIndexConverter.cs
- SiteMapPathDesigner.cs
- SecurityContextSecurityTokenAuthenticator.cs
- RuntimeConfig.cs
- FixedSOMPageConstructor.cs
- EditorZoneAutoFormat.cs
- WindowsRichEdit.cs
- StylusButtonCollection.cs
- NodeLabelEditEvent.cs
- OpCellTreeNode.cs
- ObjectNotFoundException.cs
- WeakReadOnlyCollection.cs
- AllMembershipCondition.cs
- DesignerWithHeader.cs
- dtdvalidator.cs
- Automation.cs
- BypassElement.cs
- SimplePropertyEntry.cs
- CodeBinaryOperatorExpression.cs
- XmlSerializerVersionAttribute.cs
- TreeView.cs
- DynamicRenderer.cs
- ObjectAssociationEndMapping.cs
- Rect.cs
- ToolStripTemplateNode.cs
- IntSecurity.cs
- TabControl.cs
- OdbcDataReader.cs
- ExpandedProjectionNode.cs
- coordinatorscratchpad.cs
- UnsafeNativeMethods.cs
- TcpTransportElement.cs
- DrawingBrush.cs
- Vector3DConverter.cs
- ToolStripArrowRenderEventArgs.cs
- UserValidatedEventArgs.cs
- GridItemProviderWrapper.cs
- Socket.cs
- ExpressionConverter.cs
- ConfigXmlElement.cs