Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / MS / Internal / Automation / AutomationPropertyInfo.cs / 1305600 / 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
- SafeTimerHandle.cs
- SspiNegotiationTokenAuthenticatorState.cs
- MsmqHostedTransportConfiguration.cs
- WebServiceParameterData.cs
- DataGridViewUtilities.cs
- XamlPoint3DCollectionSerializer.cs
- CipherData.cs
- _PooledStream.cs
- ConstantExpression.cs
- FileClassifier.cs
- StatusBarDrawItemEvent.cs
- Timeline.cs
- PathFigureCollection.cs
- WorkflowControlEndpoint.cs
- FlatButtonAppearance.cs
- XPathException.cs
- Size3D.cs
- ColorContextHelper.cs
- XPathDocumentIterator.cs
- RegexStringValidator.cs
- ProtocolsConfiguration.cs
- ServiceNameCollection.cs
- SmtpNetworkElement.cs
- CheckBox.cs
- CaseInsensitiveComparer.cs
- CheckBoxList.cs
- CompilerTypeWithParams.cs
- XPathEmptyIterator.cs
- UnmanagedMarshal.cs
- CryptoConfig.cs
- DefaultTraceListener.cs
- VirtualPathUtility.cs
- HttpProfileBase.cs
- ProviderSettingsCollection.cs
- cryptoapiTransform.cs
- OperandQuery.cs
- StateItem.cs
- DashStyle.cs
- UnSafeCharBuffer.cs
- ScriptDescriptor.cs
- SqlProfileProvider.cs
- NumberFunctions.cs
- BaseParaClient.cs
- IssuedTokenClientCredential.cs
- Material.cs
- SapiRecoInterop.cs
- EntityProviderServices.cs
- APCustomTypeDescriptor.cs
- wmiprovider.cs
- XmlSchemaInferenceException.cs
- ThicknessConverter.cs
- TypeToken.cs
- NetworkStream.cs
- DataGridViewRowHeaderCell.cs
- WorkflowInstanceUnhandledExceptionRecord.cs
- DBDataPermissionAttribute.cs
- IndexOutOfRangeException.cs
- XmlBinaryWriter.cs
- WebPartConnectionsCancelVerb.cs
- OrthographicCamera.cs
- FileCodeGroup.cs
- SynchronizingStream.cs
- AttributedMetaModel.cs
- Parallel.cs
- CodeTypeReferenceCollection.cs
- PropertyGridView.cs
- ClientSettings.cs
- ProjectionPathSegment.cs
- LinqDataSourceView.cs
- EnumerableRowCollection.cs
- UriScheme.cs
- TabRenderer.cs
- DynamicEntity.cs
- HttpCacheParams.cs
- AssemblyBuilder.cs
- PageResolution.cs
- Pair.cs
- PublisherMembershipCondition.cs
- WebPartTracker.cs
- XmlSchemaComplexContentRestriction.cs
- MediaCommands.cs
- ElementProxy.cs
- Queue.cs
- ViewStateModeByIdAttribute.cs
- Rotation3DAnimation.cs
- XmlSerializationReader.cs
- ProviderSettings.cs
- SerializerWriterEventHandlers.cs
- ExceptionHandlersDesigner.cs
- _OverlappedAsyncResult.cs
- safePerfProviderHandle.cs
- SqlRetyper.cs
- CharAnimationUsingKeyFrames.cs
- SqlReferenceCollection.cs
- SafeEventLogReadHandle.cs
- AddInEnvironment.cs
- UdpConstants.cs
- DateTimeFormat.cs
- DataKeyCollection.cs
- SRGSCompiler.cs