Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- _NegoState.cs
- XmlDomTextWriter.cs
- ColumnMapProcessor.cs
- SBCSCodePageEncoding.cs
- ThreadInterruptedException.cs
- DataGridDetailsPresenterAutomationPeer.cs
- DesignTimeVisibleAttribute.cs
- EndpointDiscoveryElement.cs
- UIElementPropertyUndoUnit.cs
- StoreItemCollection.Loader.cs
- FamilyMapCollection.cs
- SoapException.cs
- ping.cs
- FormViewRow.cs
- ChtmlLinkAdapter.cs
- SqlCharStream.cs
- PropertyBuilder.cs
- Size.cs
- TemplateControlCodeDomTreeGenerator.cs
- ScriptResourceHandler.cs
- ServiceDescriptionSerializer.cs
- CodeGenerator.cs
- UITypeEditor.cs
- NamedElement.cs
- PointCollection.cs
- SafeFileMapViewHandle.cs
- TypeConverter.cs
- SoapAttributeOverrides.cs
- DataGridViewSortCompareEventArgs.cs
- ImageAnimator.cs
- ProgressChangedEventArgs.cs
- InstanceHandleConflictException.cs
- ClassicBorderDecorator.cs
- NegotiateStream.cs
- CqlParserHelpers.cs
- Subtract.cs
- RotateTransform3D.cs
- EnumValidator.cs
- DescendantBaseQuery.cs
- ProxyElement.cs
- MobileControl.cs
- WebSysDefaultValueAttribute.cs
- basevalidator.cs
- SizeIndependentAnimationStorage.cs
- ZoneButton.cs
- ClientRuntimeConfig.cs
- SafeLibraryHandle.cs
- TextTreeObjectNode.cs
- CopyEncoder.cs
- SecurityDocument.cs
- JavascriptCallbackMessageInspector.cs
- basecomparevalidator.cs
- RegexCharClass.cs
- ListViewCommandEventArgs.cs
- CodeCompileUnit.cs
- ExternalFile.cs
- ListItemConverter.cs
- ActivationServices.cs
- DataServiceBehavior.cs
- ProfilePropertySettings.cs
- SmtpException.cs
- ComponentEditorPage.cs
- RenderData.cs
- ObjectViewFactory.cs
- IndividualDeviceConfig.cs
- StaticResourceExtension.cs
- ConditionCollection.cs
- TextElementEnumerator.cs
- MetadataUtil.cs
- TypefaceMap.cs
- GifBitmapDecoder.cs
- DropShadowEffect.cs
- ProviderConnectionPoint.cs
- AstNode.cs
- ObjectTypeMapping.cs
- PasswordTextContainer.cs
- PackageRelationshipCollection.cs
- RegexCompiler.cs
- nulltextcontainer.cs
- DrawListViewSubItemEventArgs.cs
- DataGridViewCellValidatingEventArgs.cs
- PrinterResolution.cs
- BamlRecords.cs
- BinaryObjectWriter.cs
- TemplateComponentConnector.cs
- Missing.cs
- RoleManagerModule.cs
- RuleSettingsCollection.cs
- SyncMethodInvoker.cs
- BuildProviderCollection.cs
- DBParameter.cs
- ContextMenu.cs
- ContextMarshalException.cs
- MultiPageTextView.cs
- WebPartDeleteVerb.cs
- Processor.cs
- ErrorEventArgs.cs
- CanExecuteRoutedEventArgs.cs
- EventData.cs
- ParserOptions.cs