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 / ResourceReferenceExpressionConverter.cs / 1 / ResourceReferenceExpressionConverter.cs
//---------------------------------------------------------------------------- // // File: ResourceReferenceExpressionConverter.cs // // Description: // TypeConverter for a resource value expression // // Copyright (C) 2003 by Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; using System.ComponentModel; using System.Globalization; using System.ComponentModel.Design.Serialization; using System.Diagnostics; using System.Windows; namespace System.Windows.Markup { ////// TypeConverter for a resource value expression /// public class ResourceReferenceExpressionConverter : ExpressionConverter { ////// TypeConverter method override. /// /// /// ITypeDescriptorContext /// /// /// Type to convert from /// ////// true if conversion is possible /// public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) { return base.CanConvertFrom(context, sourceType); } ////// TypeConverter method override. /// ////// For avalon serialization this converter /// returns true for string types only if the /// target element with the resource /// dictionary for the current resource /// reference is also being serialized. Else /// it returns false and the serialization /// engine must serialize the evaluated /// value of the expression. /// /// /// 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"); } //MarkupExtention if (destinationType == typeof(MarkupExtension)) return true; 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 ResourceReferenceExpression expr = value as ResourceReferenceExpression; if (expr == null) { throw new ArgumentException(SR.Get(SRID.MustBeOfType, "value", "ResourceReferenceExpression")); } if (destinationType == null) { throw new ArgumentNullException("destinationType"); } // MarkupExtension if (destinationType == typeof(MarkupExtension)) { return new DynamicResourceExtension(expr.ResourceKey); } return base.ConvertTo(context, culture, value, destinationType); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // // File: ResourceReferenceExpressionConverter.cs // // Description: // TypeConverter for a resource value expression // // Copyright (C) 2003 by Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; using System.ComponentModel; using System.Globalization; using System.ComponentModel.Design.Serialization; using System.Diagnostics; using System.Windows; namespace System.Windows.Markup { ////// TypeConverter for a resource value expression /// public class ResourceReferenceExpressionConverter : ExpressionConverter { ////// TypeConverter method override. /// /// /// ITypeDescriptorContext /// /// /// Type to convert from /// ////// true if conversion is possible /// public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) { return base.CanConvertFrom(context, sourceType); } ////// TypeConverter method override. /// ////// For avalon serialization this converter /// returns true for string types only if the /// target element with the resource /// dictionary for the current resource /// reference is also being serialized. Else /// it returns false and the serialization /// engine must serialize the evaluated /// value of the expression. /// /// /// 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"); } //MarkupExtention if (destinationType == typeof(MarkupExtension)) return true; 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 ResourceReferenceExpression expr = value as ResourceReferenceExpression; if (expr == null) { throw new ArgumentException(SR.Get(SRID.MustBeOfType, "value", "ResourceReferenceExpression")); } if (destinationType == null) { throw new ArgumentNullException("destinationType"); } // MarkupExtension if (destinationType == typeof(MarkupExtension)) { return new DynamicResourceExtension(expr.ResourceKey); } return base.ConvertTo(context, culture, value, 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
- PersonalizationProviderCollection.cs
- InfoCardRSACryptoProvider.cs
- AsyncCallback.cs
- RawStylusInputCustomDataList.cs
- GrammarBuilderRuleRef.cs
- LinqDataSource.cs
- NullReferenceException.cs
- TypeInfo.cs
- DataTableNewRowEvent.cs
- ControlPager.cs
- SqlInternalConnectionTds.cs
- SpotLight.cs
- HandleExceptionArgs.cs
- Imaging.cs
- HttpServerUtilityWrapper.cs
- SetterTriggerConditionValueConverter.cs
- HMACSHA512.cs
- WebBrowserUriTypeConverter.cs
- DetailsViewRow.cs
- FactoryMaker.cs
- UTF7Encoding.cs
- SystemUdpStatistics.cs
- RawUIStateInputReport.cs
- NamedPipeProcessProtocolHandler.cs
- ISessionStateStore.cs
- ServiceDocumentFormatter.cs
- ValidationResult.cs
- DocumentPageView.cs
- SimpleHandlerFactory.cs
- ControlIdConverter.cs
- TextEndOfParagraph.cs
- ServiceNameElementCollection.cs
- ReadingWritingEntityEventArgs.cs
- ConfigurationValue.cs
- MethodExpr.cs
- IntersectQueryOperator.cs
- EpmSourcePathSegment.cs
- FontResourceCache.cs
- BamlReader.cs
- PolyBezierSegment.cs
- QilTargetType.cs
- DataGridColumn.cs
- DbConnectionHelper.cs
- DispatcherSynchronizationContext.cs
- HeaderedContentControl.cs
- ChoiceConverter.cs
- SwitchLevelAttribute.cs
- CodeExpressionCollection.cs
- WebPartCatalogCloseVerb.cs
- EventLogWatcher.cs
- RawAppCommandInputReport.cs
- SiteMapSection.cs
- ToggleButton.cs
- PointConverter.cs
- NestedContainer.cs
- SelectionBorderGlyph.cs
- Events.cs
- XmlAttributeCollection.cs
- TabItemWrapperAutomationPeer.cs
- XpsSerializerWriter.cs
- IncrementalHitTester.cs
- TraceInternal.cs
- ConfigurationConverterBase.cs
- CorrelationManager.cs
- ISO2022Encoding.cs
- ContentDesigner.cs
- ResourcePropertyMemberCodeDomSerializer.cs
- TraceEventCache.cs
- InternalMappingException.cs
- DataGridViewCellCollection.cs
- ViewValidator.cs
- HtmlImage.cs
- TextEditorCopyPaste.cs
- MulticastDelegate.cs
- BindingEditor.xaml.cs
- MainMenu.cs
- GridViewAutomationPeer.cs
- FreeIndexList.cs
- XmlReflectionImporter.cs
- ComponentConverter.cs
- EventData.cs
- Drawing.cs
- Camera.cs
- FixedTextSelectionProcessor.cs
- GenerateHelper.cs
- TextParentUndoUnit.cs
- XmlSchemaSimpleTypeList.cs
- COM2EnumConverter.cs
- HandleCollector.cs
- BadImageFormatException.cs
- XsdBuilder.cs
- RegexGroup.cs
- MatrixValueSerializer.cs
- EventLogTraceListener.cs
- SqlResolver.cs
- cryptoapiTransform.cs
- XmlHierarchicalDataSourceView.cs
- HelpKeywordAttribute.cs
- EventLogLink.cs
- DbProviderFactories.cs