Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / ComponentModel / ExpandableObjectConverter.cs / 1305376 / ExpandableObjectConverter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel { using Microsoft.Win32; using System.Collections; using System.ComponentModel.Design; using System.Diagnostics; using System.Security.Permissions; ////// [HostProtection(SharedState = true)] public class ExpandableObjectConverter : TypeConverter { ///Provides /// a type converter to convert expandable objects to and from various /// other representations. ////// public ExpandableObjectConverter() { } ////// Initializes a new instance of the System.ComponentModel.ExpandableObjectConverter class. /// ////// /// public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) { return TypeDescriptor.GetProperties(value, attributes); } ///Gets a collection of properties for the type of object /// specified by the value /// parameter. ////// /// public override bool GetPropertiesSupported(ITypeDescriptorContext context) { return true; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets a value indicating /// whether this object supports properties using the /// specified context. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DBCSCodePageEncoding.cs
- DataListCommandEventArgs.cs
- WindowInteropHelper.cs
- RuntimeHandles.cs
- DataGridViewRow.cs
- DomNameTable.cs
- StreamUpdate.cs
- FacetChecker.cs
- TextServicesPropertyRanges.cs
- ObjectQuery_EntitySqlExtensions.cs
- NamespaceCollection.cs
- NodeInfo.cs
- DisplayInformation.cs
- DataObjectSettingDataEventArgs.cs
- InfoCardProofToken.cs
- DataPager.cs
- glyphs.cs
- SplitContainer.cs
- InstanceDataCollectionCollection.cs
- UIElement.cs
- ReceiveParametersContent.cs
- BitmapFrameEncode.cs
- FacetValueContainer.cs
- ResponseStream.cs
- ObservableCollection.cs
- SqlRemoveConstantOrderBy.cs
- ServiceThrottlingElement.cs
- Wizard.cs
- NumberFormatInfo.cs
- ApplicationProxyInternal.cs
- RedistVersionInfo.cs
- MemberInfoSerializationHolder.cs
- XmlSchemaSubstitutionGroup.cs
- VersionPair.cs
- returneventsaver.cs
- CodeSnippetExpression.cs
- MimeObjectFactory.cs
- Viewport3DAutomationPeer.cs
- SqlDelegatedTransaction.cs
- TdsParserStateObject.cs
- DateTimeStorage.cs
- ConvertersCollection.cs
- StringToken.cs
- PackagingUtilities.cs
- BitmapFrame.cs
- MultilineStringConverter.cs
- Descriptor.cs
- SystemWebExtensionsSectionGroup.cs
- ComplexObject.cs
- ChtmlPageAdapter.cs
- ProtectedConfigurationProviderCollection.cs
- LinkLabelLinkClickedEvent.cs
- XmlLinkedNode.cs
- ProviderIncompatibleException.cs
- GridViewItemAutomationPeer.cs
- DesignerCategoryAttribute.cs
- MemoryFailPoint.cs
- ServiceModelSecurityTokenTypes.cs
- SqlWebEventProvider.cs
- LambdaValue.cs
- QuotedPairReader.cs
- VerificationAttribute.cs
- CollectionViewGroup.cs
- WebEvents.cs
- MsmqMessage.cs
- CharAnimationUsingKeyFrames.cs
- ColorContextHelper.cs
- TempFiles.cs
- MaskedTextBox.cs
- XamlSerializationHelper.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- DataIdProcessor.cs
- SqlGatherConsumedAliases.cs
- HasCopySemanticsAttribute.cs
- StylusButtonEventArgs.cs
- PublisherIdentityPermission.cs
- TabletDevice.cs
- DataGridViewColumnConverter.cs
- FormsAuthenticationEventArgs.cs
- LocalizableResourceBuilder.cs
- ColumnCollectionEditor.cs
- RightsDocument.cs
- ComplexPropertyEntry.cs
- EditorAttribute.cs
- sqlinternaltransaction.cs
- SecurityException.cs
- CodeExpressionStatement.cs
- ToolStripDropDownClosedEventArgs.cs
- NamespaceQuery.cs
- BCryptHashAlgorithm.cs
- OutputCacheSettings.cs
- GridViewPageEventArgs.cs
- VisualStateChangedEventArgs.cs
- HashCodeCombiner.cs
- CatalogZoneBase.cs
- TransformerConfigurationWizardBase.cs
- Delegate.cs
- AppDomainShutdownMonitor.cs
- ColorContextHelper.cs
- FlowDocumentPageViewerAutomationPeer.cs