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
- DragEventArgs.cs
- StreamWriter.cs
- RemoteCryptoRsaServiceProvider.cs
- SystemColors.cs
- ViewKeyConstraint.cs
- Win32.cs
- SqlTriggerAttribute.cs
- InputGestureCollection.cs
- XmlDocumentFragment.cs
- Table.cs
- PartialCachingAttribute.cs
- InfoCardXmlSerializer.cs
- _NativeSSPI.cs
- OpacityConverter.cs
- DataGridViewImageCell.cs
- PropertyToken.cs
- AspProxy.cs
- EmissiveMaterial.cs
- SafeHandle.cs
- PieceNameHelper.cs
- SendingRequestEventArgs.cs
- SemanticResolver.cs
- ListViewItem.cs
- ComboBoxRenderer.cs
- StatusBarPanel.cs
- TextTreeTextBlock.cs
- EntityClassGenerator.cs
- CodeGenerator.cs
- DataSourceControlBuilder.cs
- UserPreferenceChangedEventArgs.cs
- _ConnectStream.cs
- SecurityElementBase.cs
- SerializableTypeCodeDomSerializer.cs
- SettingsSavedEventArgs.cs
- UnsafeNativeMethods.cs
- SequenceDesigner.cs
- ObjectMemberMapping.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- SubMenuStyleCollection.cs
- MetadataItemCollectionFactory.cs
- SqlProfileProvider.cs
- UriSection.cs
- MobileErrorInfo.cs
- followingquery.cs
- Pkcs9Attribute.cs
- KernelTypeValidation.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- EntityContainer.cs
- SimpleHandlerFactory.cs
- AutomationPropertyInfo.cs
- activationcontext.cs
- ServiceParser.cs
- GZipDecoder.cs
- PointAnimation.cs
- NativeMethods.cs
- Point3DConverter.cs
- ArraySortHelper.cs
- OperationResponse.cs
- GlobalizationSection.cs
- SafeViewOfFileHandle.cs
- ObjectViewQueryResultData.cs
- PropertyEntry.cs
- QilReference.cs
- CopyAttributesAction.cs
- RegexWorker.cs
- PopupEventArgs.cs
- SchemaTableColumn.cs
- ProxyManager.cs
- WorkflowLayouts.cs
- TextEditorDragDrop.cs
- TextTrailingCharacterEllipsis.cs
- KeyNotFoundException.cs
- CharAnimationUsingKeyFrames.cs
- IPAddressCollection.cs
- Int64Animation.cs
- SHA1Managed.cs
- Rect.cs
- SiteMembershipCondition.cs
- TextRangeEdit.cs
- AtomicFile.cs
- SelectorAutomationPeer.cs
- StringDictionaryWithComparer.cs
- VariantWrapper.cs
- SoapSchemaMember.cs
- QilGenerator.cs
- RangeValidator.cs
- DocumentationServerProtocol.cs
- ICspAsymmetricAlgorithm.cs
- smtpconnection.cs
- DiscoveryClientDuplexChannel.cs
- Point3DCollectionValueSerializer.cs
- FilteredDataSetHelper.cs
- WebPartEventArgs.cs
- TreeViewEvent.cs
- AddingNewEventArgs.cs
- HotSpot.cs
- DetailsViewDeleteEventArgs.cs
- DeferredTextReference.cs
- SqlGenericUtil.cs
- AssemblyNameProxy.cs