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
- FontStyleConverter.cs
- PolicyAssertionCollection.cs
- XmlChildNodes.cs
- WebPartDeleteVerb.cs
- FormsAuthenticationUserCollection.cs
- DebugView.cs
- PanningMessageFilter.cs
- BehaviorEditorPart.cs
- CodeEntryPointMethod.cs
- Trace.cs
- BinaryHeap.cs
- CharacterMetrics.cs
- TextSelectionHighlightLayer.cs
- HttpModuleCollection.cs
- RsaSecurityKey.cs
- ColumnResizeAdorner.cs
- SelectedGridItemChangedEvent.cs
- DivideByZeroException.cs
- Vertex.cs
- DocumentPageHost.cs
- FileSecurity.cs
- HtmlTernaryTree.cs
- NamespaceInfo.cs
- SuppressMergeCheckAttribute.cs
- HelpProvider.cs
- DocumentReferenceCollection.cs
- SessionPageStatePersister.cs
- ProbeDuplexCD1AsyncResult.cs
- DataSourceCache.cs
- FrameworkContentElement.cs
- CodeCompileUnit.cs
- ParallelRangeManager.cs
- EntityUtil.cs
- Vector3DCollection.cs
- ContentType.cs
- IxmlLineInfo.cs
- RegexMatchCollection.cs
- Translator.cs
- ScalarConstant.cs
- ManipulationDevice.cs
- XmlChildNodes.cs
- CellPartitioner.cs
- BitmapFrame.cs
- BulletedListEventArgs.cs
- ObjectSecurity.cs
- NominalTypeEliminator.cs
- NameSpaceExtractor.cs
- ObjectAnimationBase.cs
- TableLayoutPanelCellPosition.cs
- ByteStorage.cs
- HtmlInputSubmit.cs
- InstanceDescriptor.cs
- FlowLayout.cs
- Point.cs
- XmlRawWriter.cs
- FrameworkReadOnlyPropertyMetadata.cs
- DoWorkEventArgs.cs
- validation.cs
- AlternationConverter.cs
- CodeThrowExceptionStatement.cs
- ObfuscateAssemblyAttribute.cs
- DataGridCommandEventArgs.cs
- ObjectConverter.cs
- TraceHandlerErrorFormatter.cs
- Variable.cs
- AuthenticationSection.cs
- InputLangChangeRequestEvent.cs
- HostingEnvironmentSection.cs
- ResourceExpression.cs
- PermissionToken.cs
- SubclassTypeValidator.cs
- ConversionContext.cs
- URL.cs
- RequestDescription.cs
- SqlUtils.cs
- BinaryReader.cs
- DummyDataSource.cs
- CompleteWizardStep.cs
- MissingManifestResourceException.cs
- CommandField.cs
- AssemblyInfo.cs
- DrawingAttributesDefaultValueFactory.cs
- TraceHandler.cs
- UserInitiatedNavigationPermission.cs
- QilParameter.cs
- HttpGetClientProtocol.cs
- Script.cs
- XmlMapping.cs
- WebPartDescriptionCollection.cs
- AuthenticationModuleElementCollection.cs
- CodeMemberProperty.cs
- Transactions.cs
- MediaSystem.cs
- TypeElement.cs
- PropertySegmentSerializationProvider.cs
- ToolboxItem.cs
- SimpleMailWebEventProvider.cs
- RuntimeWrappedException.cs
- StylusDevice.cs
- DiagnosticsConfiguration.cs