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
- BooleanProjectedSlot.cs
- Assembly.cs
- ObjectListFieldsPage.cs
- XPathMessageFilter.cs
- InvokeBase.cs
- FontFamily.cs
- HttpRuntime.cs
- Binding.cs
- FixedPosition.cs
- Boolean.cs
- GridItemProviderWrapper.cs
- PublisherMembershipCondition.cs
- TreeBuilder.cs
- ExpandedWrapper.cs
- HtmlInputCheckBox.cs
- TypeDependencyAttribute.cs
- HtmlElement.cs
- PreviewKeyDownEventArgs.cs
- Compiler.cs
- NavigationPropertyEmitter.cs
- FixedSOMFixedBlock.cs
- XmlCodeExporter.cs
- PDBReader.cs
- AccessKeyManager.cs
- CuspData.cs
- Attributes.cs
- CriticalHandle.cs
- SqlConnectionPoolGroupProviderInfo.cs
- ipaddressinformationcollection.cs
- arc.cs
- PrivateFontCollection.cs
- PeerTransportListenAddressValidator.cs
- ChannelEndpointElement.cs
- FontConverter.cs
- MobileResource.cs
- DriveInfo.cs
- ReferencedCollectionType.cs
- Trace.cs
- GetChildSubtree.cs
- CodeEventReferenceExpression.cs
- ServicePointManager.cs
- CollectionCodeDomSerializer.cs
- DataTableCollection.cs
- BitmapEffectInput.cs
- UnsafeNativeMethods.cs
- StateManagedCollection.cs
- RSAOAEPKeyExchangeFormatter.cs
- SystemIcmpV4Statistics.cs
- ValidationSummary.cs
- ThreadExceptionEvent.cs
- PieceDirectory.cs
- WindowsFormsHelpers.cs
- ResolveMatchesMessage11.cs
- XmlQueryOutput.cs
- CachingHintValidation.cs
- MatrixTransform3D.cs
- Semaphore.cs
- CodeAccessSecurityEngine.cs
- TextTreeUndo.cs
- UrlAuthFailedErrorFormatter.cs
- NodeCounter.cs
- XmlAnyAttributeAttribute.cs
- CategoryNameCollection.cs
- WebPartVerb.cs
- DropDownList.cs
- TableChangeProcessor.cs
- TextTreeObjectNode.cs
- KnownColorTable.cs
- DbConnectionOptions.cs
- FunctionQuery.cs
- CompositionAdorner.cs
- SecUtil.cs
- ExtensionDataObject.cs
- EditBehavior.cs
- Freezable.cs
- MD5Cng.cs
- OdbcHandle.cs
- ExpressionPrinter.cs
- OpCodes.cs
- ModelUIElement3D.cs
- FieldToken.cs
- DefaultSection.cs
- TableLayout.cs
- SingleAnimationBase.cs
- XslCompiledTransform.cs
- CngAlgorithm.cs
- SqlUtils.cs
- SqlFacetAttribute.cs
- SqlTriggerContext.cs
- GridViewRowCollection.cs
- MemberMemberBinding.cs
- ListBindableAttribute.cs
- ConfigurationPermission.cs
- SecurityKeyIdentifier.cs
- DayRenderEvent.cs
- XmlValidatingReaderImpl.cs
- InterleavedZipPartStream.cs
- ManifestSignatureInformation.cs
- StopStoryboard.cs
- OracleMonthSpan.cs