Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / WinForms / Managed / System / WinForms / ComponentModel / COM2Interop / COM2IDispatchConverter.cs / 1 / COM2IDispatchConverter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms.ComponentModel.Com2Interop { using System.Diagnostics; using System; using System.ComponentModel; using System.Collections; using Microsoft.Win32; using System.Globalization; internal class Com2IDispatchConverter : Com2ExtendedTypeConverter{ Com2PropertyDescriptor propDesc; ////// /// What we return textually for null. /// protected static readonly string none = SR.GetString(SR.toStringNone); private bool allowExpand; public Com2IDispatchConverter(Com2PropertyDescriptor propDesc, bool allowExpand, TypeConverter baseConverter) : base(baseConverter){ this.propDesc = propDesc; this.allowExpand = allowExpand; } public Com2IDispatchConverter(Com2PropertyDescriptor propDesc, bool allowExpand) : base(propDesc.PropertyType){ this.propDesc = propDesc; this.allowExpand = allowExpand; } ////// /// Determines if this converter can convert an object in the given source /// type to the native type of the converter. /// public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) { return false; } ////// /// Determines if this converter can convert an object to the given destination /// type. /// public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType) { return destinationType == typeof(string); } ////// /// Converts the given object to another type. The most common types to convert /// are to and from a string object. The default implementation will make a call /// to ToString on the object if the object is valid and if the destination /// type is string. If this cannot convert to the desitnation type, this will /// throw a NotSupportedException. /// public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) { if (destinationType == typeof(string)){ if (value == null){ return none; } string text = ComNativeDescriptor.Instance.GetName(value); if (text == null || text.Length == 0){ text = ComNativeDescriptor.Instance.GetClassName(value); } if (text == null){ return "(Object)"; } return text; } return base.ConvertTo(context, culture, value, destinationType); } public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) { return TypeDescriptor.GetProperties(value, attributes); } ////// /// Determines if this object supports properties. By default, this /// is false. /// public override bool GetPropertiesSupported(ITypeDescriptorContext context) { return this.allowExpand; } // no dropdown, please! // public override bool GetStandardValuesSupported(ITypeDescriptorContext context) { return false; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms.ComponentModel.Com2Interop { using System.Diagnostics; using System; using System.ComponentModel; using System.Collections; using Microsoft.Win32; using System.Globalization; internal class Com2IDispatchConverter : Com2ExtendedTypeConverter{ Com2PropertyDescriptor propDesc; ////// /// What we return textually for null. /// protected static readonly string none = SR.GetString(SR.toStringNone); private bool allowExpand; public Com2IDispatchConverter(Com2PropertyDescriptor propDesc, bool allowExpand, TypeConverter baseConverter) : base(baseConverter){ this.propDesc = propDesc; this.allowExpand = allowExpand; } public Com2IDispatchConverter(Com2PropertyDescriptor propDesc, bool allowExpand) : base(propDesc.PropertyType){ this.propDesc = propDesc; this.allowExpand = allowExpand; } ////// /// Determines if this converter can convert an object in the given source /// type to the native type of the converter. /// public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) { return false; } ////// /// Determines if this converter can convert an object to the given destination /// type. /// public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType) { return destinationType == typeof(string); } ////// /// Converts the given object to another type. The most common types to convert /// are to and from a string object. The default implementation will make a call /// to ToString on the object if the object is valid and if the destination /// type is string. If this cannot convert to the desitnation type, this will /// throw a NotSupportedException. /// public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) { if (destinationType == typeof(string)){ if (value == null){ return none; } string text = ComNativeDescriptor.Instance.GetName(value); if (text == null || text.Length == 0){ text = ComNativeDescriptor.Instance.GetClassName(value); } if (text == null){ return "(Object)"; } return text; } return base.ConvertTo(context, culture, value, destinationType); } public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) { return TypeDescriptor.GetProperties(value, attributes); } ////// /// Determines if this object supports properties. By default, this /// is false. /// public override bool GetPropertiesSupported(ITypeDescriptorContext context) { return this.allowExpand; } // no dropdown, please! // public override bool GetStandardValuesSupported(ITypeDescriptorContext context) { return false; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlSchemas.cs
- MemberRelationshipService.cs
- UIInitializationException.cs
- Configuration.cs
- NonBatchDirectoryCompiler.cs
- HttpsHostedTransportConfiguration.cs
- SimpleBitVector32.cs
- GlobalizationAssembly.cs
- XPathScanner.cs
- WindowsUserNameCachingSecurityTokenAuthenticator.cs
- EditingCommands.cs
- AutoResizedEvent.cs
- CompositeControl.cs
- ReliableChannelFactory.cs
- EventLogPermissionEntryCollection.cs
- ServerIdentity.cs
- SizeValueSerializer.cs
- ScaleTransform3D.cs
- UrlMappingsSection.cs
- BaseAddressPrefixFilterElement.cs
- ConfigurationErrorsException.cs
- TextBox.cs
- DomNameTable.cs
- EntityDataSourceMemberPath.cs
- DataGridColumnCollectionEditor.cs
- StringUtil.cs
- SingleKeyFrameCollection.cs
- StrokeIntersection.cs
- XsdCachingReader.cs
- ByteStack.cs
- CustomErrorsSectionWrapper.cs
- RadioButtonDesigner.cs
- BaseCodeDomTreeGenerator.cs
- LoadedOrUnloadedOperation.cs
- HitTestParameters.cs
- PresentationTraceSources.cs
- XmlSerializationGeneratedCode.cs
- counter.cs
- SqlInternalConnectionTds.cs
- EntityTemplateUserControl.cs
- SocketException.cs
- ConstantExpression.cs
- EntityDataSourceStatementEditorForm.cs
- HtmlValidationSummaryAdapter.cs
- HttpCookieCollection.cs
- ChineseLunisolarCalendar.cs
- PasswordDeriveBytes.cs
- DataGridItemEventArgs.cs
- XmlSchemaSimpleContentRestriction.cs
- Encoding.cs
- CodeTypeReference.cs
- RealizationDrawingContextWalker.cs
- XmlCodeExporter.cs
- PeerNameRegistration.cs
- OrderablePartitioner.cs
- BaseDataBoundControlDesigner.cs
- OpenFileDialog.cs
- AsyncResult.cs
- CmsInterop.cs
- WebReferencesBuildProvider.cs
- EmulateRecognizeCompletedEventArgs.cs
- ClassicBorderDecorator.cs
- CustomAssemblyResolver.cs
- CodeCompiler.cs
- NavigatorInput.cs
- ExtenderProvidedPropertyAttribute.cs
- EditingCoordinator.cs
- LinearGradientBrush.cs
- XhtmlBasicPageAdapter.cs
- OdbcCommand.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- QuotedPrintableStream.cs
- ReadOnlyAttribute.cs
- MethodImplAttribute.cs
- EventLog.cs
- Rules.cs
- COM2ICategorizePropertiesHandler.cs
- RepeaterCommandEventArgs.cs
- DBAsyncResult.cs
- BindingCollection.cs
- COMException.cs
- WhitespaceRuleLookup.cs
- CompiledQueryCacheKey.cs
- AxDesigner.cs
- GlyphsSerializer.cs
- SplineKeyFrames.cs
- MarshalByRefObject.cs
- dataobject.cs
- SystemMulticastIPAddressInformation.cs
- XamlRtfConverter.cs
- BlockCollection.cs
- ReadOnlyDataSourceView.cs
- ParallelTimeline.cs
- SafePipeHandle.cs
- ScriptComponentDescriptor.cs
- FormsAuthenticationModule.cs
- WebPartZoneBase.cs
- SimpleType.cs
- CheckBoxStandardAdapter.cs
- MarkupWriter.cs