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
- _ListenerResponseStream.cs
- IndentedTextWriter.cs
- CustomMenuItemCollection.cs
- DateTimeFormat.cs
- querybuilder.cs
- LinearGradientBrush.cs
- FactoryRecord.cs
- CreateParams.cs
- AuthenticatedStream.cs
- FamilyCollection.cs
- CompletedAsyncResult.cs
- XmlSchemaSubstitutionGroup.cs
- SystemMulticastIPAddressInformation.cs
- NativeWindow.cs
- DataGridAutoGeneratingColumnEventArgs.cs
- AsyncContentLoadedEventArgs.cs
- ClosableStream.cs
- XmlTextEncoder.cs
- DataComponentGenerator.cs
- EntityKey.cs
- ResourcePermissionBaseEntry.cs
- RegexCode.cs
- SByte.cs
- DrawingContext.cs
- RoleGroupCollection.cs
- DbMetaDataColumnNames.cs
- RowBinding.cs
- _SafeNetHandles.cs
- ObjectDataSourceDisposingEventArgs.cs
- ToolStripItemImageRenderEventArgs.cs
- ThicknessKeyFrameCollection.cs
- StreamHelper.cs
- Currency.cs
- _SpnDictionary.cs
- PersonalizationState.cs
- SharedPerformanceCounter.cs
- ToolStripPanelRenderEventArgs.cs
- OdbcFactory.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- StateBag.cs
- TypeCodeDomSerializer.cs
- Logging.cs
- Wizard.cs
- FileAuthorizationModule.cs
- OleDbCommand.cs
- NetworkAddressChange.cs
- CmsUtils.cs
- BinaryNode.cs
- ValidateNames.cs
- VectorAnimationUsingKeyFrames.cs
- UriParserTemplates.cs
- PrintDialogException.cs
- MimeAnyImporter.cs
- EntryIndex.cs
- TextRange.cs
- XamlReader.cs
- UseLicense.cs
- MemoryFailPoint.cs
- ErrorWrapper.cs
- XmlSerializationGeneratedCode.cs
- MembershipPasswordException.cs
- DataSourceXmlSerializationAttribute.cs
- SqlNodeTypeOperators.cs
- AvtEvent.cs
- LinkUtilities.cs
- CommonProperties.cs
- UnauthorizedAccessException.cs
- XmlQueryCardinality.cs
- InvariantComparer.cs
- CodeDOMProvider.cs
- HttpRequest.cs
- ProfileGroupSettings.cs
- ProcessModule.cs
- TemplatedAdorner.cs
- GACIdentityPermission.cs
- SystemNetworkInterface.cs
- _Rfc2616CacheValidators.cs
- InvokePattern.cs
- BindableAttribute.cs
- CompilerScope.cs
- StrokeSerializer.cs
- DataControlFieldCollection.cs
- NotSupportedException.cs
- Figure.cs
- UniqueID.cs
- CopyOnWriteList.cs
- SqlUtils.cs
- FileDialog.cs
- StringSource.cs
- AssemblyHelper.cs
- BaseCollection.cs
- ScrollBarAutomationPeer.cs
- ConstNode.cs
- FileAuthorizationModule.cs
- DataGridViewColumnCollectionDialog.cs
- WebPartZoneBase.cs
- DbReferenceCollection.cs
- shaperfactoryquerycachekey.cs
- WorkflowTimerService.cs
- MasterPageCodeDomTreeGenerator.cs