Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / 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 : [....] 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
- TimeoutException.cs
- ValueProviderWrapper.cs
- ByteStream.cs
- QuadraticBezierSegment.cs
- ImageAttributes.cs
- PropertyValueChangedEvent.cs
- SqlConnectionStringBuilder.cs
- followingquery.cs
- MimeReflector.cs
- InvalidCastException.cs
- FileLogRecordStream.cs
- NonBatchDirectoryCompiler.cs
- FactorySettingsElement.cs
- XmlSchemaAnnotated.cs
- PopOutPanel.cs
- ConfigurationPropertyAttribute.cs
- Timer.cs
- Trigger.cs
- CheckPair.cs
- AsymmetricAlgorithm.cs
- OleDbCommand.cs
- PageHandlerFactory.cs
- MenuAutomationPeer.cs
- SqlDependency.cs
- _Rfc2616CacheValidators.cs
- ImpersonateTokenRef.cs
- UIElement.cs
- VisualTarget.cs
- System.Data_BID.cs
- AsyncPostBackErrorEventArgs.cs
- MergeLocalizationDirectives.cs
- SafeArrayTypeMismatchException.cs
- LineGeometry.cs
- PropertyToken.cs
- GACMembershipCondition.cs
- CodeTryCatchFinallyStatement.cs
- TransactionContext.cs
- _CommandStream.cs
- IPGlobalProperties.cs
- FileNotFoundException.cs
- MobileControlPersister.cs
- ProcessThreadDesigner.cs
- Cloud.cs
- PointF.cs
- SuppressIldasmAttribute.cs
- PaintValueEventArgs.cs
- UInt16Storage.cs
- SecUtil.cs
- StringValidator.cs
- WebEvents.cs
- ValidationHelper.cs
- PropertyTab.cs
- IDReferencePropertyAttribute.cs
- InvalidWMPVersionException.cs
- SqlCharStream.cs
- WindowsListViewScroll.cs
- DataKey.cs
- ZipIOExtraFieldPaddingElement.cs
- CultureData.cs
- GridViewCommandEventArgs.cs
- DynamicResourceExtensionConverter.cs
- DocumentationServerProtocol.cs
- BasePropertyDescriptor.cs
- Substitution.cs
- ObjectSet.cs
- TextTreeRootTextBlock.cs
- RowVisual.cs
- ReadOnlyDictionary.cs
- CornerRadiusConverter.cs
- MetafileHeaderWmf.cs
- GroupBoxAutomationPeer.cs
- TextShapeableCharacters.cs
- WhitespaceRuleReader.cs
- CmsUtils.cs
- ParallelTimeline.cs
- StringSource.cs
- ToolboxItemCollection.cs
- SQLDecimal.cs
- SchemaType.cs
- KeyedHashAlgorithm.cs
- TableStyle.cs
- RawStylusInputCustomDataList.cs
- ReadOnlyDictionary.cs
- WebPartMinimizeVerb.cs
- ValueSerializer.cs
- HttpPostClientProtocol.cs
- StubHelpers.cs
- WebDescriptionAttribute.cs
- XMLSyntaxException.cs
- UniqueID.cs
- ModuleConfigurationInfo.cs
- ContextStaticAttribute.cs
- JpegBitmapEncoder.cs
- CFGGrammar.cs
- InvokeProviderWrapper.cs
- PassportPrincipal.cs
- XamlPoint3DCollectionSerializer.cs
- SoapElementAttribute.cs
- _OSSOCK.cs
- JumpList.cs