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
- FormViewUpdateEventArgs.cs
- Emitter.cs
- FlowDocumentPageViewerAutomationPeer.cs
- TraceListener.cs
- NoPersistHandle.cs
- Typography.cs
- LogReservationCollection.cs
- TrackingExtract.cs
- DependencySource.cs
- EmptyReadOnlyDictionaryInternal.cs
- WebPartMinimizeVerb.cs
- ScriptingJsonSerializationSection.cs
- RayMeshGeometry3DHitTestResult.cs
- xml.cs
- DrawingAttributeSerializer.cs
- SyndicationSerializer.cs
- WindowsPrincipal.cs
- ConstraintManager.cs
- SecurityTokenValidationException.cs
- XslAst.cs
- ClientConfigurationSystem.cs
- HierarchicalDataBoundControl.cs
- PhysicalAddress.cs
- SignatureHelper.cs
- PerfCounters.cs
- ImageField.cs
- MenuItemBindingCollection.cs
- IpcServerChannel.cs
- SoapAttributeOverrides.cs
- DataGridPagerStyle.cs
- Hyperlink.cs
- Ports.cs
- BitmapInitialize.cs
- MeasureItemEvent.cs
- ExternalFile.cs
- Memoizer.cs
- DesignerAttribute.cs
- ProxyGenerationError.cs
- XmlAutoDetectWriter.cs
- GridViewAutoFormat.cs
- InProcStateClientManager.cs
- DocumentReference.cs
- ADRole.cs
- XmlNode.cs
- AnimationClock.cs
- ToolBar.cs
- DesignerSerializationVisibilityAttribute.cs
- InputMethodStateChangeEventArgs.cs
- Overlapped.cs
- ElapsedEventArgs.cs
- MemoryStream.cs
- ValidatingReaderNodeData.cs
- SerializationUtility.cs
- StringConverter.cs
- PropertyAccessVisitor.cs
- StretchValidation.cs
- ObfuscateAssemblyAttribute.cs
- SettingsPropertyCollection.cs
- HtmlMeta.cs
- MenuScrollingVisibilityConverter.cs
- XmlSerializerVersionAttribute.cs
- RegexCompiler.cs
- _SslSessionsCache.cs
- DefaultTraceListener.cs
- MailBnfHelper.cs
- WebPartConnectionCollection.cs
- GlyphsSerializer.cs
- Part.cs
- XhtmlBasicControlAdapter.cs
- TextViewDesigner.cs
- ClipboardProcessor.cs
- SqlTriggerAttribute.cs
- SettingsPropertyValue.cs
- WebPartRestoreVerb.cs
- ComponentResourceKey.cs
- CodeDelegateCreateExpression.cs
- NavigationService.cs
- ListView.cs
- GridViewRowEventArgs.cs
- Expander.cs
- DataColumnChangeEvent.cs
- MetabaseServerConfig.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- DbExpressionVisitor.cs
- ApplicationDirectory.cs
- MemoryStream.cs
- BaseDataBoundControl.cs
- DbConnectionPoolGroup.cs
- ValidatorCompatibilityHelper.cs
- ModuleElement.cs
- SpnEndpointIdentity.cs
- ProjectedSlot.cs
- XmlSchemaDatatype.cs
- InvalidComObjectException.cs
- WindowsListViewScroll.cs
- XamlFxTrace.cs
- AddInContractAttribute.cs
- CompareValidator.cs
- TreeNode.cs
- x509utils.cs