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
- ClientRoleProvider.cs
- _NativeSSPI.cs
- DataConnectionHelper.cs
- AQNBuilder.cs
- WaveHeader.cs
- Rule.cs
- DataGridColumnCollection.cs
- BitStack.cs
- InvokeMethodActivity.cs
- CodeExporter.cs
- HMACSHA512.cs
- WmlCalendarAdapter.cs
- ProvidePropertyAttribute.cs
- AdapterSwitches.cs
- TraceProvider.cs
- DesignerTextViewAdapter.cs
- TransformValueSerializer.cs
- TextPointer.cs
- MetadataFile.cs
- CallbackValidator.cs
- DataServiceRequestOfT.cs
- ReferenceSchema.cs
- ClockController.cs
- FormViewPagerRow.cs
- XmlSubtreeReader.cs
- EntityDesignerUtils.cs
- UnlockCardRequest.cs
- BookmarkManager.cs
- XsdBuildProvider.cs
- OleDbSchemaGuid.cs
- WebPartEventArgs.cs
- ContextMarshalException.cs
- NegotiateStream.cs
- ButtonBaseAutomationPeer.cs
- JavascriptXmlWriterWrapper.cs
- ListItemConverter.cs
- TrustLevel.cs
- SqlPersistenceProviderFactory.cs
- OleDbDataAdapter.cs
- Vector3DAnimationUsingKeyFrames.cs
- WindowsTreeView.cs
- QueryOutputWriterV1.cs
- XmlIlVisitor.cs
- SmiSettersStream.cs
- SiteOfOriginPart.cs
- AnnouncementClient.cs
- UnsafeNetInfoNativeMethods.cs
- InternalResources.cs
- SwitchAttribute.cs
- HttpModuleCollection.cs
- ToolStripItemEventArgs.cs
- GestureRecognizer.cs
- GcSettings.cs
- Point3D.cs
- MultiPartWriter.cs
- ChannelBuilder.cs
- ValueTypeFixupInfo.cs
- UserCancellationException.cs
- CodeDefaultValueExpression.cs
- HtmlSelect.cs
- WinEventHandler.cs
- Convert.cs
- CompareValidator.cs
- DesignerDataTableBase.cs
- PenCursorManager.cs
- ProcessManager.cs
- DrawingBrush.cs
- SqlParameterizer.cs
- Signature.cs
- DesignerDataSourceView.cs
- X509Extension.cs
- ProtocolsSection.cs
- StateMachine.cs
- ProfileGroupSettingsCollection.cs
- httpstaticobjectscollection.cs
- ControlCachePolicy.cs
- ServiceObjectContainer.cs
- HtmlElement.cs
- GeneralTransform.cs
- ProcessThreadCollection.cs
- SmtpFailedRecipientsException.cs
- SecurityKeyIdentifierClause.cs
- TabPage.cs
- COM2AboutBoxPropertyDescriptor.cs
- ModelTreeEnumerator.cs
- SoapSchemaExporter.cs
- PromptEventArgs.cs
- SafeEventLogWriteHandle.cs
- EventProperty.cs
- TextChangedEventArgs.cs
- TextSimpleMarkerProperties.cs
- DropDownList.cs
- Debug.cs
- RowToFieldTransformer.cs
- ColorEditor.cs
- DefaultValueAttribute.cs
- WinFormsSecurity.cs
- DBParameter.cs
- BufferAllocator.cs
- WindowShowOrOpenTracker.cs