Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / MS / Internal / Automation / AutomationPropertyInfo.cs / 1 / AutomationPropertyInfo.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: class containing information about an automation property // // History: // 06/04/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System; using System.Windows; using System.Windows.Automation; namespace MS.Internal.Automation { // class containing information about an automation property internal class AutomationPropertyInfo { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors internal AutomationPropertyInfo( AutomationProperty id, DependencyProperty dependencyProperty, DependencyProperty overrideDP ) { _id = id; _dependencyProperty = dependencyProperty; _overrideDP = overrideDP; } #endregion Constructors //------------------------------------------------------ // // Internal Properties // //----------------------------------------------------- #region Internal Properties internal AutomationProperty ID { get { return _id; } } internal DependencyProperty DependencyProperty { get { return _dependencyProperty; } } internal DependencyProperty OverrideDP { get { return _overrideDP; } } #endregion Internal Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private AutomationProperty _id; private DependencyProperty _dependencyProperty; private DependencyProperty _overrideDP; #endregion Private Fields } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: class containing information about an automation property // // History: // 06/04/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System; using System.Windows; using System.Windows.Automation; namespace MS.Internal.Automation { // class containing information about an automation property internal class AutomationPropertyInfo { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors internal AutomationPropertyInfo( AutomationProperty id, DependencyProperty dependencyProperty, DependencyProperty overrideDP ) { _id = id; _dependencyProperty = dependencyProperty; _overrideDP = overrideDP; } #endregion Constructors //------------------------------------------------------ // // Internal Properties // //----------------------------------------------------- #region Internal Properties internal AutomationProperty ID { get { return _id; } } internal DependencyProperty DependencyProperty { get { return _dependencyProperty; } } internal DependencyProperty OverrideDP { get { return _overrideDP; } } #endregion Internal Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private AutomationProperty _id; private DependencyProperty _dependencyProperty; private DependencyProperty _overrideDP; #endregion Private Fields } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HelpEvent.cs
- IpcClientChannel.cs
- LinkLabel.cs
- DigitalSignatureProvider.cs
- DropShadowBitmapEffect.cs
- DataGrid.cs
- EndpointAddressMessageFilter.cs
- MethodBuilderInstantiation.cs
- ProviderManager.cs
- EntityCollection.cs
- AutomationPattern.cs
- Point3D.cs
- RemotingAttributes.cs
- CharacterString.cs
- MergeFailedEvent.cs
- SubpageParagraph.cs
- StrokeCollectionConverter.cs
- SmtpSection.cs
- CompilerHelpers.cs
- BufferAllocator.cs
- handlecollector.cs
- QueryRewriter.cs
- TimeManager.cs
- Button.cs
- Double.cs
- BrowserCapabilitiesCompiler.cs
- _UriTypeConverter.cs
- TransmissionStrategy.cs
- XmlSchemaProviderAttribute.cs
- AutomationAttributeInfo.cs
- CodeDefaultValueExpression.cs
- BulletedList.cs
- LinkedList.cs
- ColumnReorderedEventArgs.cs
- CodeIdentifier.cs
- KeysConverter.cs
- ImageSourceValueSerializer.cs
- XmlObjectSerializerWriteContext.cs
- handlecollector.cs
- PlanCompiler.cs
- GradientSpreadMethodValidation.cs
- MailBnfHelper.cs
- FixedSchema.cs
- TransactionWaitAsyncResult.cs
- SubMenuStyleCollection.cs
- PropertiesTab.cs
- CustomWebEventKey.cs
- XsltCompileContext.cs
- PermissionListSet.cs
- Base64Encoder.cs
- HiddenFieldPageStatePersister.cs
- EventInfo.cs
- TextTreeDeleteContentUndoUnit.cs
- TagPrefixAttribute.cs
- GridViewDeleteEventArgs.cs
- DataTrigger.cs
- MimePart.cs
- GifBitmapEncoder.cs
- PerfCounters.cs
- InlineUIContainer.cs
- SessionParameter.cs
- RequestSecurityTokenForRemoteTokenFactory.cs
- InfocardInteractiveChannelInitializer.cs
- XmlSchemaDocumentation.cs
- baseaxisquery.cs
- ProxyWebPartConnectionCollection.cs
- DesignerActionVerbList.cs
- DateBoldEvent.cs
- Misc.cs
- Descriptor.cs
- ResourceAttributes.cs
- Binding.cs
- TextSelectionProcessor.cs
- SettingsBindableAttribute.cs
- StorageInfo.cs
- ConfigXmlElement.cs
- OdbcEnvironment.cs
- RepeaterDataBoundAdapter.cs
- ExpandSegmentCollection.cs
- HotSpot.cs
- CompilerWrapper.cs
- ColorContextHelper.cs
- PassportIdentity.cs
- SuppressMessageAttribute.cs
- ThreadStartException.cs
- MultiByteCodec.cs
- EnvironmentPermission.cs
- CheckBox.cs
- OutputCacheProfile.cs
- DataGridRow.cs
- _SslSessionsCache.cs
- DataGridViewTopLeftHeaderCell.cs
- SqlCommandBuilder.cs
- IntermediatePolicyValidator.cs
- SafeHandles.cs
- DataChangedEventManager.cs
- Encoder.cs
- Font.cs
- ByteConverter.cs
- WebPartEventArgs.cs