Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / MS / Internal / Automation / AutomationPatternInfo.cs / 1 / AutomationPatternInfo.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.Diagnostics; using System.Windows; using System.Windows.Media; using System.Windows.Automation; using System.Windows.Automation.Peers; namespace MS.Internal.Automation { // struct containing information about an automation pattern internal delegate object WrapObject( AutomationPeer peer, object iface, IntPtr hwnd ); internal class AutomationPatternInfo { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors internal AutomationPatternInfo( AutomationPattern id, WrapObject wcpWrapper) { _id = id; _wcpWrapper = wcpWrapper; } #endregion Constructors //------------------------------------------------------ // // Internal Properties // //----------------------------------------------------- #region Internal Properties internal AutomationPattern ID { get { return _id; } } internal WrapObject WcpWrapper { get { return _wcpWrapper; } } #endregion Internal Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private AutomationPattern _id; private WrapObject _wcpWrapper; #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.Diagnostics; using System.Windows; using System.Windows.Media; using System.Windows.Automation; using System.Windows.Automation.Peers; namespace MS.Internal.Automation { // struct containing information about an automation pattern internal delegate object WrapObject( AutomationPeer peer, object iface, IntPtr hwnd ); internal class AutomationPatternInfo { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors internal AutomationPatternInfo( AutomationPattern id, WrapObject wcpWrapper) { _id = id; _wcpWrapper = wcpWrapper; } #endregion Constructors //------------------------------------------------------ // // Internal Properties // //----------------------------------------------------- #region Internal Properties internal AutomationPattern ID { get { return _id; } } internal WrapObject WcpWrapper { get { return _wcpWrapper; } } #endregion Internal Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private AutomationPattern _id; private WrapObject _wcpWrapper; #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
- GeometryModel3D.cs
- ProfilePropertySettingsCollection.cs
- DockAndAnchorLayout.cs
- TriggerBase.cs
- OracleParameterCollection.cs
- MessageFilter.cs
- ContextMenu.cs
- TextEndOfSegment.cs
- PageCache.cs
- HttpWebRequestElement.cs
- XmlSchemaObject.cs
- DataSetViewSchema.cs
- TypeContext.cs
- FrameworkElementFactoryMarkupObject.cs
- Speller.cs
- TextStore.cs
- SqlDataSourceRefreshSchemaForm.cs
- InteropEnvironment.cs
- IndependentAnimationStorage.cs
- SpinLock.cs
- DataRelation.cs
- FileSystemEventArgs.cs
- DefaultBindingPropertyAttribute.cs
- FaultDesigner.cs
- SqlDataSourceView.cs
- ContentDesigner.cs
- FixedDocument.cs
- ColorKeyFrameCollection.cs
- DynamicValidatorEventArgs.cs
- SerializationTrace.cs
- TableAdapterManagerNameHandler.cs
- PermissionListSet.cs
- PublishLicense.cs
- LogLogRecordHeader.cs
- TemplateNameScope.cs
- SymbolPair.cs
- Mouse.cs
- RtfControlWordInfo.cs
- CodeTypeParameterCollection.cs
- Span.cs
- AxisAngleRotation3D.cs
- Profiler.cs
- EventMappingSettings.cs
- IntranetCredentialPolicy.cs
- ModelTypeConverter.cs
- TCPListener.cs
- CachedRequestParams.cs
- SecurityCriticalDataForSet.cs
- BinaryObjectWriter.cs
- DrawingCollection.cs
- BuildProvider.cs
- WebConfigurationHostFileChange.cs
- IDQuery.cs
- DrawingVisual.cs
- ModelServiceImpl.cs
- PeerInvitationResponse.cs
- ArglessEventHandlerProxy.cs
- GroupDescription.cs
- FontUnitConverter.cs
- DocumentViewerBaseAutomationPeer.cs
- PropertyEmitterBase.cs
- PageRequestManager.cs
- NamespaceTable.cs
- WebPartConnectionsDisconnectVerb.cs
- AttributedMetaModel.cs
- FlowchartDesignerCommands.cs
- ElementAction.cs
- DocumentPageViewAutomationPeer.cs
- OleAutBinder.cs
- HttpRuntime.cs
- GridProviderWrapper.cs
- TreeBuilderBamlTranslator.cs
- EpmContentDeSerializer.cs
- FrameworkTemplate.cs
- BaseTreeIterator.cs
- HttpInputStream.cs
- XmlNamespaceManager.cs
- SiteMapSection.cs
- SetterTriggerConditionValueConverter.cs
- SqlDataSourceCommandParser.cs
- TextCompositionManager.cs
- Base64Stream.cs
- CancellableEnumerable.cs
- Size3DValueSerializer.cs
- Themes.cs
- FormViewInsertedEventArgs.cs
- HierarchicalDataSourceDesigner.cs
- DefaultCommandConverter.cs
- filewebresponse.cs
- ReadOnlyTernaryTree.cs
- StylusTouchDevice.cs
- CallContext.cs
- GlyphRunDrawing.cs
- JsonUriDataContract.cs
- TempFiles.cs
- login.cs
- MailSettingsSection.cs
- _WinHttpWebProxyDataBuilder.cs
- ClientSettingsProvider.cs
- EmptyStringExpandableObjectConverter.cs