Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Framework / System / Windows / ResourceKey.cs / 1 / ResourceKey.cs
/****************************************************************************\ * * File: ResourceKey.cs * * Base class for various types of key objects to use in resource dictionaries. * * Copyright (C) 2005 by Microsoft Corporation. All rights reserved. * \***************************************************************************/ using System; using System.Reflection; using System.Windows.Markup; namespace System.Windows { ////// Abstract base class for various resource keys. /// Provides a common base for simple key detection in resource components. /// [MarkupExtensionReturnType(typeof(ResourceKey))] public abstract class ResourceKey : MarkupExtension { ////// Used to determine where to look for the resource dictionary that holds this resource. /// public abstract Assembly Assembly { get; } ////// Return this object. ResourceKeys are typically used as a key in a dictionary. /// public override object ProvideValue(IServiceProvider serviceProvider) { return this; } } } // 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
- OdbcReferenceCollection.cs
- TextSelectionHelper.cs
- PopOutPanel.cs
- Exceptions.cs
- RuntimeHandles.cs
- OleDbParameter.cs
- DescendantQuery.cs
- DbDataSourceEnumerator.cs
- DataGridHyperlinkColumn.cs
- FunctionUpdateCommand.cs
- IPEndPointCollection.cs
- IPAddress.cs
- WinFormsComponentEditor.cs
- UrlPropertyAttribute.cs
- SqlFacetAttribute.cs
- SessionStateModule.cs
- ObjectItemCollection.cs
- CreateRefExpr.cs
- EdmItemCollection.cs
- PagedDataSource.cs
- IndicShape.cs
- ZeroOpNode.cs
- HyperLink.cs
- DeviceSpecific.cs
- DeferrableContentConverter.cs
- StaticDataManager.cs
- GenerateScriptTypeAttribute.cs
- WebControlToolBoxItem.cs
- StringUtil.cs
- Debugger.cs
- MemberAccessException.cs
- SecurityDescriptor.cs
- Table.cs
- OdbcCommandBuilder.cs
- RectIndependentAnimationStorage.cs
- CompareInfo.cs
- HealthMonitoringSection.cs
- XmlLanguage.cs
- SelectionManager.cs
- TableColumnCollectionInternal.cs
- Zone.cs
- NonVisualControlAttribute.cs
- MailWriter.cs
- SimpleTextLine.cs
- ProxyHwnd.cs
- ExtensionWindow.cs
- XmlSchemaSimpleTypeUnion.cs
- XmlAttributeCollection.cs
- MsmqIntegrationSecurityElement.cs
- MenuAutomationPeer.cs
- ContextQuery.cs
- ResolveCriteriaApril2005.cs
- Int16KeyFrameCollection.cs
- PersistenceTypeAttribute.cs
- HyperLinkStyle.cs
- JournalNavigationScope.cs
- Debug.cs
- TimelineGroup.cs
- RegisteredDisposeScript.cs
- WmlControlAdapter.cs
- AsyncPostBackErrorEventArgs.cs
- InvalidOleVariantTypeException.cs
- WebHttpSecurityElement.cs
- ConfigXmlCDataSection.cs
- Label.cs
- CroppedBitmap.cs
- TableLayoutStyle.cs
- MetadataItemCollectionFactory.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- DataRecordInfo.cs
- OdbcInfoMessageEvent.cs
- ReliabilityContractAttribute.cs
- PersistenceTask.cs
- ProjectionCamera.cs
- XmlUnspecifiedAttribute.cs
- OrderedHashRepartitionEnumerator.cs
- ApplicationInterop.cs
- DataGridComboBoxColumn.cs
- SoapSchemaImporter.cs
- FormParameter.cs
- ProfileSettingsCollection.cs
- RegistryKey.cs
- ToolboxComponentsCreatedEventArgs.cs
- UnknownWrapper.cs
- ResourceDictionaryCollection.cs
- PolyLineSegmentFigureLogic.cs
- InvariantComparer.cs
- InfoCardRSACryptoProvider.cs
- TypeToTreeConverter.cs
- Int64Animation.cs
- AuthenticationConfig.cs
- FieldValue.cs
- ReflectionServiceProvider.cs
- XmlRawWriter.cs
- BitmapEffectGeneralTransform.cs
- FlowDocument.cs
- RequestTimeoutManager.cs
- ClientApiGenerator.cs
- XmlSerializationGeneratedCode.cs
- QueueProcessor.cs