Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- externdll.cs
- initElementDictionary.cs
- OpacityConverter.cs
- DataKeyPropertyAttribute.cs
- ToolStripTextBox.cs
- EdmScalarPropertyAttribute.cs
- XmlDataDocument.cs
- DataGridViewButtonColumn.cs
- Debug.cs
- HelpInfo.cs
- SqlDataReader.cs
- CodeTypeConstructor.cs
- FontCacheLogic.cs
- Inflater.cs
- Msmq4PoisonHandler.cs
- DefaultBinder.cs
- PointIndependentAnimationStorage.cs
- X509IssuerSerialKeyIdentifierClause.cs
- WebServiceData.cs
- ObfuscateAssemblyAttribute.cs
- Style.cs
- DataSourceSelectArguments.cs
- ToolStripItemTextRenderEventArgs.cs
- CompositeFontInfo.cs
- ObjectViewQueryResultData.cs
- InternalConfigRoot.cs
- Claim.cs
- DataControlFieldsEditor.cs
- EditorServiceContext.cs
- LogicalExpr.cs
- SingleObjectCollection.cs
- StrongName.cs
- DataGridViewColumnCollection.cs
- FactoryId.cs
- DisposableCollectionWrapper.cs
- PriorityBinding.cs
- WpfPayload.cs
- WebPartActionVerb.cs
- Marshal.cs
- ListenerConfig.cs
- ExtensionSurface.cs
- TitleStyle.cs
- VersionValidator.cs
- ParameterModifier.cs
- XmlValidatingReader.cs
- TextBox.cs
- TdsParser.cs
- WebPartHelpVerb.cs
- IndividualDeviceConfig.cs
- ContainerUIElement3D.cs
- CatalogPart.cs
- GCHandleCookieTable.cs
- OraclePermission.cs
- CreateUserWizard.cs
- WSTrust.cs
- SchemaTypeEmitter.cs
- CultureSpecificStringDictionary.cs
- DataSetMappper.cs
- TemplateInstanceAttribute.cs
- SafeRightsManagementSessionHandle.cs
- RawStylusSystemGestureInputReport.cs
- CalculatedColumn.cs
- ApplicationServiceHelper.cs
- NetworkCredential.cs
- XmlTextWriter.cs
- PartDesigner.cs
- RoutedEventConverter.cs
- InstalledFontCollection.cs
- DataGridParentRows.cs
- MarkupCompilePass1.cs
- TextTreeNode.cs
- SchemaCollectionCompiler.cs
- CodeSubDirectory.cs
- HttpListenerElement.cs
- JavascriptCallbackMessageInspector.cs
- DataGridViewRowHeaderCell.cs
- translator.cs
- ComboBoxItem.cs
- CustomLineCap.cs
- LineVisual.cs
- AlternationConverter.cs
- ColorInterpolationModeValidation.cs
- ImageListStreamer.cs
- ConfigXmlText.cs
- FormsAuthenticationUser.cs
- SafeUserTokenHandle.cs
- SHA384CryptoServiceProvider.cs
- PermissionToken.cs
- RtfControlWordInfo.cs
- DoubleAnimationBase.cs
- XmlTypeAttribute.cs
- CreateDataSourceDialog.cs
- UserValidatedEventArgs.cs
- CompensationDesigner.cs
- log.cs
- TextTreeUndoUnit.cs
- CompileXomlTask.cs
- ListMarkerLine.cs
- Update.cs
- CompatibleIComparer.cs