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 / ComponentResourceKeyConverter.cs / 1 / ComponentResourceKeyConverter.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; using System.ComponentModel; using System.Globalization; using System.ComponentModel.Design.Serialization; using System.Diagnostics; namespace System.Windows.Markup { ////// TypeConverter for a resource value expression /// public class ComponentResourceKeyConverter : ExpressionConverter { ////// TypeConverter method override. /// /// /// ITypeDescriptorContext /// /// /// Type to convert from /// ////// true if conversion is possible /// public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) { if (sourceType == null) { throw new ArgumentNullException("sourceType"); } return base.CanConvertFrom(context, sourceType); } ////// TypeConverter method override. /// /// /// ITypeDescriptorContext /// /// /// Type to convert to /// ////// true if conversion is possible /// public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType) { // Validate Input Arguments if (destinationType == null) { throw new ArgumentNullException("destinationType"); } return base.CanConvertTo(context, destinationType); } ////// TypeConverter method implementation. /// /// /// ITypeDescriptorContext /// /// /// current culture (see CLR specs) /// /// /// value to convert from /// ////// value that is result of conversion /// public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) { return base.ConvertFrom(context, culture, value); } ////// TypeConverter method implementation. /// /// /// ITypeDescriptorContext /// /// /// current culture (see CLR specs) /// /// /// value to convert from /// /// /// Type to convert to /// ////// converted value /// public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) { // Validate Input Arguments ComponentResourceKey key = value as ComponentResourceKey; if (key == null) { throw new ArgumentException(SR.Get(SRID.MustBeOfType, "value", "ComponentResourceKey")); } if (destinationType == null) { throw new ArgumentNullException("destinationType"); } return base.CanConvertTo(context, destinationType); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; using System.ComponentModel; using System.Globalization; using System.ComponentModel.Design.Serialization; using System.Diagnostics; namespace System.Windows.Markup { ////// TypeConverter for a resource value expression /// public class ComponentResourceKeyConverter : ExpressionConverter { ////// TypeConverter method override. /// /// /// ITypeDescriptorContext /// /// /// Type to convert from /// ////// true if conversion is possible /// public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) { if (sourceType == null) { throw new ArgumentNullException("sourceType"); } return base.CanConvertFrom(context, sourceType); } ////// TypeConverter method override. /// /// /// ITypeDescriptorContext /// /// /// Type to convert to /// ////// true if conversion is possible /// public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType) { // Validate Input Arguments if (destinationType == null) { throw new ArgumentNullException("destinationType"); } return base.CanConvertTo(context, destinationType); } ////// TypeConverter method implementation. /// /// /// ITypeDescriptorContext /// /// /// current culture (see CLR specs) /// /// /// value to convert from /// ////// value that is result of conversion /// public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) { return base.ConvertFrom(context, culture, value); } ////// TypeConverter method implementation. /// /// /// ITypeDescriptorContext /// /// /// current culture (see CLR specs) /// /// /// value to convert from /// /// /// Type to convert to /// ////// converted value /// public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) { // Validate Input Arguments ComponentResourceKey key = value as ComponentResourceKey; if (key == null) { throw new ArgumentException(SR.Get(SRID.MustBeOfType, "value", "ComponentResourceKey")); } if (destinationType == null) { throw new ArgumentNullException("destinationType"); } return base.CanConvertTo(context, destinationType); } } } // 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
- PathSegmentCollection.cs
- XmlWellformedWriter.cs
- PlatformNotSupportedException.cs
- ListViewInsertionMark.cs
- HwndStylusInputProvider.cs
- XmlSchemaSimpleContentExtension.cs
- BindingMAnagerBase.cs
- CompositeFontInfo.cs
- TrackingMemoryStreamFactory.cs
- translator.cs
- TripleDESCryptoServiceProvider.cs
- ExternalFile.cs
- NativeMethodsOther.cs
- ItemsControlAutomationPeer.cs
- MetabaseServerConfig.cs
- RawAppCommandInputReport.cs
- NavigationHelper.cs
- ObjectNavigationPropertyMapping.cs
- EntityObject.cs
- shaper.cs
- PtsContext.cs
- MatrixUtil.cs
- TableItemStyle.cs
- TextTreeInsertElementUndoUnit.cs
- TileModeValidation.cs
- FastEncoder.cs
- PointConverter.cs
- CommonXSendMessage.cs
- lengthconverter.cs
- DmlSqlGenerator.cs
- DispatcherHookEventArgs.cs
- XmlObjectSerializerWriteContext.cs
- ExtractorMetadata.cs
- OleServicesContext.cs
- IdleTimeoutMonitor.cs
- BackStopAuthenticationModule.cs
- MaxValueConverter.cs
- DBNull.cs
- SurrogateSelector.cs
- Graph.cs
- RightsManagementPermission.cs
- SelectionService.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- XmlIlTypeHelper.cs
- ZoneButton.cs
- FilterableAttribute.cs
- WebPartConnectionsConfigureVerb.cs
- sqlinternaltransaction.cs
- ContractListAdapter.cs
- WebServiceAttribute.cs
- SkewTransform.cs
- WebPartDeleteVerb.cs
- XamlPathDataSerializer.cs
- Triplet.cs
- SetMemberBinder.cs
- StylusEventArgs.cs
- GlobalizationAssembly.cs
- DataSysAttribute.cs
- CryptoApi.cs
- TrustManagerMoreInformation.cs
- DesignerActionKeyboardBehavior.cs
- MemberCollection.cs
- DateTimeConverter2.cs
- ChannelSinkStacks.cs
- TextTreeTextBlock.cs
- MSAANativeProvider.cs
- CancellationState.cs
- NetMsmqBindingCollectionElement.cs
- BitmapImage.cs
- PrintingPermission.cs
- XmlSchemaSimpleType.cs
- ImageButton.cs
- DrawingImage.cs
- QilFactory.cs
- BaseTypeViewSchema.cs
- ErrorsHelper.cs
- SqlDependencyUtils.cs
- ReferencedCollectionType.cs
- ValidationPropertyAttribute.cs
- BulletDecorator.cs
- PageContentAsyncResult.cs
- XmlILOptimizerVisitor.cs
- BinaryHeap.cs
- MdiWindowListStrip.cs
- basecomparevalidator.cs
- Compilation.cs
- DBConnectionString.cs
- XmlUtil.cs
- CaretElement.cs
- OperationCanceledException.cs
- ComplexTypeEmitter.cs
- DesignerTransactionCloseEvent.cs
- COM2PictureConverter.cs
- StringHelper.cs
- Border.cs
- TypeUtil.cs
- SignedInfo.cs
- DocumentXPathNavigator.cs
- XmlNullResolver.cs
- Parser.cs