Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Framework / System / Windows / SystemThemeKey.cs / 1 / SystemThemeKey.cs
//---------------------------------------------------------------------------- // // Copyright (C) 2004 by Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; using System.Reflection; using System.Text; using System.Windows; using System.Windows.Markup; using System.ComponentModel; using System.Diagnostics; namespace System.Windows { ////// Implements ResourceKey to create unique keys for our system resources. /// Keys will be exposed publicly only with the ResourceKey API. /// [TypeConverter(typeof(System.Windows.Markup.SystemKeyConverter))] internal class SystemThemeKey : ResourceKey { ////// Constructs a new instance of the key with the given ID. /// /// The internal, unique ID of the system resource. internal SystemThemeKey(SystemResourceKeyID id) { _id = id; Debug.Assert(id > SystemResourceKeyID.InternalSystemThemeStylesStart && id < SystemResourceKeyID.InternalSystemThemeStylesEnd); } ////// Used to determine where to look for the resource dictionary that holds this resource. /// public override Assembly Assembly { get { if (_presentationFrameworkAssembly == null) { _presentationFrameworkAssembly = typeof(FrameworkElement).Assembly; } return _presentationFrameworkAssembly; } } ////// Determines if the passed in object is equal to this object. /// Two keys will be equal if they both have the same ID. /// /// The object to compare with. ///True if the objects are equal. False otherwise. public override bool Equals(object o) { SystemThemeKey key = o as SystemThemeKey; if (key != null) { return key._id == this._id; } return false; } ////// Serves as a hash function for a particular type. /// public override int GetHashCode() { return (int)_id; } ////// get string representation of this key /// ///the string representation of the key public override string ToString() { return _id.ToString(); } internal SystemResourceKeyID InternalKey { get { return _id; } } private SystemResourceKeyID _id; private static Assembly _presentationFrameworkAssembly; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // // Copyright (C) 2004 by Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; using System.Reflection; using System.Text; using System.Windows; using System.Windows.Markup; using System.ComponentModel; using System.Diagnostics; namespace System.Windows { ////// Implements ResourceKey to create unique keys for our system resources. /// Keys will be exposed publicly only with the ResourceKey API. /// [TypeConverter(typeof(System.Windows.Markup.SystemKeyConverter))] internal class SystemThemeKey : ResourceKey { ////// Constructs a new instance of the key with the given ID. /// /// The internal, unique ID of the system resource. internal SystemThemeKey(SystemResourceKeyID id) { _id = id; Debug.Assert(id > SystemResourceKeyID.InternalSystemThemeStylesStart && id < SystemResourceKeyID.InternalSystemThemeStylesEnd); } ////// Used to determine where to look for the resource dictionary that holds this resource. /// public override Assembly Assembly { get { if (_presentationFrameworkAssembly == null) { _presentationFrameworkAssembly = typeof(FrameworkElement).Assembly; } return _presentationFrameworkAssembly; } } ////// Determines if the passed in object is equal to this object. /// Two keys will be equal if they both have the same ID. /// /// The object to compare with. ///True if the objects are equal. False otherwise. public override bool Equals(object o) { SystemThemeKey key = o as SystemThemeKey; if (key != null) { return key._id == this._id; } return false; } ////// Serves as a hash function for a particular type. /// public override int GetHashCode() { return (int)_id; } ////// get string representation of this key /// ///the string representation of the key public override string ToString() { return _id.ToString(); } internal SystemResourceKeyID InternalKey { get { return _id; } } private SystemResourceKeyID _id; private static Assembly _presentationFrameworkAssembly; } } // 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
- CapabilitiesSection.cs
- NullEntityWrapper.cs
- X509Certificate.cs
- ColumnMap.cs
- TextProperties.cs
- Compiler.cs
- WaitHandle.cs
- BitmapEffectCollection.cs
- DockPanel.cs
- CircleHotSpot.cs
- JpegBitmapEncoder.cs
- Normalizer.cs
- PropertyFilterAttribute.cs
- XPathSingletonIterator.cs
- DataServiceException.cs
- NumberFunctions.cs
- XmlToDatasetMap.cs
- EmptyReadOnlyDictionaryInternal.cs
- SplitterEvent.cs
- AsymmetricSecurityProtocolFactory.cs
- SafeMILHandle.cs
- EpmAttributeNameBuilder.cs
- BezierSegment.cs
- DLinqTableProvider.cs
- Span.cs
- OneWayBindingElementImporter.cs
- Int32AnimationBase.cs
- ThemeDirectoryCompiler.cs
- SerializationSectionGroup.cs
- CustomExpression.cs
- CollectionViewProxy.cs
- PerfCounterSection.cs
- MenuScrollingVisibilityConverter.cs
- HttpWebRequestElement.cs
- ResourcesBuildProvider.cs
- SymbolType.cs
- DirectoryNotFoundException.cs
- GridViewHeaderRowPresenter.cs
- NetSectionGroup.cs
- SendingRequestEventArgs.cs
- View.cs
- ScriptIgnoreAttribute.cs
- X509CertificateTrustedIssuerElementCollection.cs
- StylusPointPropertyInfoDefaults.cs
- PluralizationServiceUtil.cs
- Utils.cs
- ReferencedAssemblyResolver.cs
- SqlUserDefinedTypeAttribute.cs
- CompilationUnit.cs
- LoginName.cs
- TransactionsSectionGroup.cs
- TreeBuilder.cs
- CalendarDayButton.cs
- XmlHierarchicalDataSourceView.cs
- InstanceCollisionException.cs
- ComboBoxAutomationPeer.cs
- StyleSelector.cs
- NativeMethods.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- DecimalKeyFrameCollection.cs
- DataListItem.cs
- RecordsAffectedEventArgs.cs
- AnnotationResourceCollection.cs
- BaseTemplateParser.cs
- ResourceFallbackManager.cs
- TextProperties.cs
- _CookieModule.cs
- Int64AnimationUsingKeyFrames.cs
- FilterQuery.cs
- AttributeCollection.cs
- StackSpiller.Generated.cs
- FtpCachePolicyElement.cs
- ECDiffieHellmanCng.cs
- SettingsPropertyValue.cs
- FormView.cs
- PolicyImporterElement.cs
- QueryExecutionOption.cs
- WpfKnownTypeInvoker.cs
- SamlSerializer.cs
- IdentityReference.cs
- RegexCapture.cs
- NullableIntSumAggregationOperator.cs
- StringExpressionSet.cs
- EventProviderWriter.cs
- TypedMessageConverter.cs
- RealizationDrawingContextWalker.cs
- DataService.cs
- HTMLTextWriter.cs
- ScriptingRoleServiceSection.cs
- MethodSignatureGenerator.cs
- SafeArrayRankMismatchException.cs
- SchemaImporterExtension.cs
- PeerCustomResolverSettings.cs
- PrintingPermissionAttribute.cs
- FrameworkElementAutomationPeer.cs
- CriticalExceptions.cs
- Tokenizer.cs
- HyperLinkStyle.cs
- DeviceOverridableAttribute.cs
- srgsitem.cs