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 / TemplateBindingExtensionConverter.cs / 1 / TemplateBindingExtensionConverter.cs
//------------------------------------------------------------------------ // // Microsoft Windows Client Platform // Copyright (C) Microsoft Corporation, 2005 // // File: ElementItem.cs // // Contents: Implements a converter to an instance descriptor for // TemplateBindingExtension // // Created: 04/28/2005 [....] // //----------------------------------------------------------------------- using System; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Globalization; using System.Windows; using System.Security; namespace System.Windows { ////// Type converter to inform the serialization system how to construct a TemplateBindingExtension from /// an instance. It reports that Property should be used as the first parameter to the constructor. /// public class TemplateBindingExtensionConverter : TypeConverter { ////// Returns true if converting to an InstanceDescriptor /// /// /// ///public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType) { if (destinationType == typeof(InstanceDescriptor)) { return true; } return base.CanConvertTo(context, destinationType); } /// /// Converts to an InstanceDescriptor /// ////// Critical: calls InstanceDescriptor ctor which LinkDemands /// PublicOK: can only make an InstanceDescriptor for TemplateBindingExtension, not an arbitrary class /// [SecurityCritical] public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) { if (destinationType == typeof(InstanceDescriptor)) { if(value == null) throw new ArgumentNullException("value"); TemplateBindingExtension templateBinding = value as TemplateBindingExtension; if(templateBinding == null) throw new ArgumentException(SR.Get(SRID.MustBeOfType, "value", "TemplateBindingExtension"), "value"); return new InstanceDescriptor(typeof(TemplateBindingExtension).GetConstructor(new Type[] { typeof(DependencyProperty) }), new object[] { templateBinding.Property }); } 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. //------------------------------------------------------------------------ // // Microsoft Windows Client Platform // Copyright (C) Microsoft Corporation, 2005 // // File: ElementItem.cs // // Contents: Implements a converter to an instance descriptor for // TemplateBindingExtension // // Created: 04/28/2005 [....] // //----------------------------------------------------------------------- using System; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Globalization; using System.Windows; using System.Security; namespace System.Windows { ////// Type converter to inform the serialization system how to construct a TemplateBindingExtension from /// an instance. It reports that Property should be used as the first parameter to the constructor. /// public class TemplateBindingExtensionConverter : TypeConverter { ////// Returns true if converting to an InstanceDescriptor /// /// /// ///public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType) { if (destinationType == typeof(InstanceDescriptor)) { return true; } return base.CanConvertTo(context, destinationType); } /// /// Converts to an InstanceDescriptor /// ////// Critical: calls InstanceDescriptor ctor which LinkDemands /// PublicOK: can only make an InstanceDescriptor for TemplateBindingExtension, not an arbitrary class /// [SecurityCritical] public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) { if (destinationType == typeof(InstanceDescriptor)) { if(value == null) throw new ArgumentNullException("value"); TemplateBindingExtension templateBinding = value as TemplateBindingExtension; if(templateBinding == null) throw new ArgumentException(SR.Get(SRID.MustBeOfType, "value", "TemplateBindingExtension"), "value"); return new InstanceDescriptor(typeof(TemplateBindingExtension).GetConstructor(new Type[] { typeof(DependencyProperty) }), new object[] { templateBinding.Property }); } 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
- PropertyGridCommands.cs
- SingleTagSectionHandler.cs
- Pair.cs
- InvokeMemberBinder.cs
- RootDesignerSerializerAttribute.cs
- CellParagraph.cs
- CommandConverter.cs
- DesignerValidationSummaryAdapter.cs
- MD5HashHelper.cs
- SortDescriptionCollection.cs
- Error.cs
- Win32.cs
- SafeRightsManagementEnvironmentHandle.cs
- Helper.cs
- ScalarRestriction.cs
- EntityDescriptor.cs
- DeploymentSectionCache.cs
- WinEventQueueItem.cs
- x509store.cs
- Int32Animation.cs
- ArraySortHelper.cs
- XsdDuration.cs
- unsafenativemethodsother.cs
- XamlSerializerUtil.cs
- ImportOptions.cs
- DataGridBoolColumn.cs
- HostingEnvironmentException.cs
- NativeMethods.cs
- ColumnTypeConverter.cs
- ipaddressinformationcollection.cs
- HtmlMeta.cs
- UserControl.cs
- AnonymousIdentificationModule.cs
- DataComponentGenerator.cs
- SelectionGlyph.cs
- PropertyStore.cs
- EntityObject.cs
- CharKeyFrameCollection.cs
- Message.cs
- BitmapSource.cs
- SafeCryptoHandles.cs
- RowUpdatingEventArgs.cs
- XamlBrushSerializer.cs
- Fonts.cs
- OdbcConnectionString.cs
- SqlConnectionPoolGroupProviderInfo.cs
- XmlDataCollection.cs
- BitStream.cs
- SafeEventHandle.cs
- DBSqlParserTable.cs
- NetSectionGroup.cs
- ButtonAutomationPeer.cs
- IdentityReference.cs
- InputReport.cs
- IdentitySection.cs
- AlphabeticalEnumConverter.cs
- MainMenu.cs
- _BasicClient.cs
- ViewManagerAttribute.cs
- ShaperBuffers.cs
- XmlCharCheckingWriter.cs
- PathTooLongException.cs
- Collection.cs
- PropertyChangedEventManager.cs
- TrustManagerMoreInformation.cs
- CalendarDay.cs
- StylusSystemGestureEventArgs.cs
- NetworkStream.cs
- DispatcherSynchronizationContext.cs
- RectIndependentAnimationStorage.cs
- SamlAction.cs
- ValidationRuleCollection.cs
- HtmlGenericControl.cs
- SourceLineInfo.cs
- WrappedIUnknown.cs
- ParentControlDesigner.cs
- WorkflowInstance.cs
- MessageHeaderAttribute.cs
- ReturnEventArgs.cs
- ChangeInterceptorAttribute.cs
- base64Transforms.cs
- AbsoluteQuery.cs
- DataGridColumnsPage.cs
- FrameworkElement.cs
- FieldNameLookup.cs
- SafeReversePInvokeHandle.cs
- AnchoredBlock.cs
- FunctionDescription.cs
- FormViewCommandEventArgs.cs
- FixUp.cs
- HttpUnhandledOperationInvoker.cs
- ItemAutomationPeer.cs
- DataControlButton.cs
- MetadataUtil.cs
- ImageMapEventArgs.cs
- WindowInteractionStateTracker.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- KeyValueSerializer.cs
- ServiceProviders.cs
- UnaryNode.cs