Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / UIAutomation / UIAutomationClient / System / Windows / Automation / BasePattern.cs / 1305600 / BasePattern.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Client-side wrapper for Base Pattern // // History: // 06/23/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System; using System.Windows.Automation; using System.Diagnostics; using MS.Internal.Automation; using System.Runtime.InteropServices; namespace System.Windows.Automation { ////// Internal class /// #if (INTERNAL_COMPILE) internal class BasePattern #else public class BasePattern #endif { internal AutomationElement _el; private SafePatternHandle _hPattern; internal BasePattern( AutomationElement el, SafePatternHandle hPattern ) { Debug.Assert(el != null); _el = el; _hPattern = hPattern; } ////// Overrides Object.Finalize /// ~BasePattern() { // } } } // 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: Client-side wrapper for Base Pattern // // History: // 06/23/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System; using System.Windows.Automation; using System.Diagnostics; using MS.Internal.Automation; using System.Runtime.InteropServices; namespace System.Windows.Automation { ////// Internal class /// #if (INTERNAL_COMPILE) internal class BasePattern #else public class BasePattern #endif { internal AutomationElement _el; private SafePatternHandle _hPattern; internal BasePattern( AutomationElement el, SafePatternHandle hPattern ) { Debug.Assert(el != null); _el = el; _hPattern = hPattern; } ////// Overrides Object.Finalize /// ~BasePattern() { // } } } // 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
- MemberHolder.cs
- RequestStatusBarUpdateEventArgs.cs
- SqlConnectionHelper.cs
- UshortList2.cs
- CombinedHttpChannel.cs
- DoubleStorage.cs
- SqlDataSourceSelectingEventArgs.cs
- UnknownBitmapDecoder.cs
- Comparer.cs
- GridViewColumn.cs
- X509Utils.cs
- XmlFormatWriterGenerator.cs
- XmlSchemaSequence.cs
- CachedTypeface.cs
- WebEvents.cs
- Simplifier.cs
- RuleInfoComparer.cs
- BinaryQueryOperator.cs
- JsonReaderDelegator.cs
- EmulateRecognizeCompletedEventArgs.cs
- MethodBuilderInstantiation.cs
- FastEncoder.cs
- MessageDecoder.cs
- FileChangesMonitor.cs
- WsatAdminException.cs
- FramingChannels.cs
- ScriptingJsonSerializationSection.cs
- AttributeSetAction.cs
- SortFieldComparer.cs
- SystemDiagnosticsSection.cs
- RepeaterItem.cs
- WebPartConnectionsConfigureVerb.cs
- MoveSizeWinEventHandler.cs
- AssertSection.cs
- SystemMulticastIPAddressInformation.cs
- CommandHelpers.cs
- BinaryWriter.cs
- FocusManager.cs
- XmlCharCheckingWriter.cs
- DecimalConstantAttribute.cs
- MenuItemCollection.cs
- ToolStripScrollButton.cs
- SyntaxCheck.cs
- GroupBox.cs
- CultureInfoConverter.cs
- InplaceBitmapMetadataWriter.cs
- DataServiceKeyAttribute.cs
- DataServiceHostFactory.cs
- LineInfo.cs
- XmlSchemaExporter.cs
- _Events.cs
- TextProperties.cs
- FailedToStartupUIException.cs
- Transform3DCollection.cs
- InternalControlCollection.cs
- PermissionListSet.cs
- ProfileInfo.cs
- WebResourceAttribute.cs
- ToolStrip.cs
- BCLDebug.cs
- ConfigurationFileMap.cs
- Query.cs
- DummyDataSource.cs
- TextServicesProperty.cs
- Inline.cs
- CompModSwitches.cs
- ObjectQuery_EntitySqlExtensions.cs
- DebuggerService.cs
- WindowsToolbar.cs
- IndentedWriter.cs
- Pkcs7Signer.cs
- HttpCapabilitiesEvaluator.cs
- TextSimpleMarkerProperties.cs
- BaseResourcesBuildProvider.cs
- GeneratedView.cs
- HyperLinkField.cs
- SmtpReplyReader.cs
- TextParagraphCache.cs
- NetworkAddressChange.cs
- SchemaCollectionCompiler.cs
- Viewport3DVisual.cs
- ApplicationException.cs
- InfoCard.cs
- Random.cs
- RIPEMD160Managed.cs
- AssemblyBuilder.cs
- HideDisabledControlAdapter.cs
- TextTreeFixupNode.cs
- DbConnectionOptions.cs
- ServiceModelActivity.cs
- TextSelectionHelper.cs
- Opcode.cs
- XPathNavigatorReader.cs
- DataGridRowHeaderAutomationPeer.cs
- Action.cs
- COAUTHIDENTITY.cs
- XmlDownloadManager.cs
- ToolStripContainer.cs
- StringKeyFrameCollection.cs
- TemplateGroupCollection.cs