Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / CompMod / System / ComponentModel / ExpandableObjectConverter.cs / 1 / 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; } } }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
- InvalidEnumArgumentException.cs
- ManagementQuery.cs
- FacetChecker.cs
- DynamicControlParameter.cs
- Quad.cs
- ShaderEffect.cs
- CqlLexerHelpers.cs
- Point3D.cs
- JsonDeserializer.cs
- WmfPlaceableFileHeader.cs
- DataSourceGroupCollection.cs
- TrackingLocationCollection.cs
- CurrencyManager.cs
- HMACSHA384.cs
- SmtpSection.cs
- SchemaElement.cs
- CharacterMetricsDictionary.cs
- DoubleAnimationUsingKeyFrames.cs
- X509UI.cs
- ConfigXmlReader.cs
- DataGridViewCellLinkedList.cs
- CellLabel.cs
- EllipseGeometry.cs
- ConstructorNeedsTagAttribute.cs
- CachedFontFamily.cs
- SystemInformation.cs
- TableChangeProcessor.cs
- StaticTextPointer.cs
- UseLicense.cs
- Currency.cs
- CommandField.cs
- Splitter.cs
- OrderByBuilder.cs
- LogicalExpr.cs
- DefaultValidator.cs
- TileBrush.cs
- TextTreeTextElementNode.cs
- DataGridCommandEventArgs.cs
- ZipPackage.cs
- SystemTcpStatistics.cs
- ActivityDesignerResources.cs
- CellQuery.cs
- MeshGeometry3D.cs
- BindToObject.cs
- DataServiceProviderWrapper.cs
- DataObjectCopyingEventArgs.cs
- CodeArrayCreateExpression.cs
- DesignerObject.cs
- AssemblyCollection.cs
- SqlDataSourceCustomCommandPanel.cs
- DragDrop.cs
- StringFreezingAttribute.cs
- PrincipalPermission.cs
- HtmlSelect.cs
- ManagementObjectCollection.cs
- ToggleProviderWrapper.cs
- SequenceNumber.cs
- ProcessHostMapPath.cs
- Separator.cs
- ProcessStartInfo.cs
- CacheOutputQuery.cs
- ExeConfigurationFileMap.cs
- ControlUtil.cs
- DataListGeneralPage.cs
- DecimalAnimation.cs
- WindowsListViewItemCheckBox.cs
- DesignerVerb.cs
- ApplicationInfo.cs
- SortFieldComparer.cs
- ConditionalAttribute.cs
- ClientBuildManagerCallback.cs
- ActionFrame.cs
- DATA_BLOB.cs
- XhtmlBasicPanelAdapter.cs
- BitmapEffectDrawingContextState.cs
- _Semaphore.cs
- DataGridColumn.cs
- XmlStreamStore.cs
- DataColumnMappingCollection.cs
- FixedDocumentSequencePaginator.cs
- AutomationProperties.cs
- ToolStripLocationCancelEventArgs.cs
- StateWorkerRequest.cs
- RenderingEventArgs.cs
- SelectionBorderGlyph.cs
- SchemaCompiler.cs
- EnumerableCollectionView.cs
- SqlNode.cs
- ListItemParagraph.cs
- ButtonChrome.cs
- EventHandlerList.cs
- Identity.cs
- HasCopySemanticsAttribute.cs
- MouseGestureValueSerializer.cs
- IntSecurity.cs
- ViewgenGatekeeper.cs
- Win32SafeHandles.cs
- NavigationFailedEventArgs.cs
- ToggleButton.cs
- Padding.cs