Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / UIAutomation / UIAutomationClient / System / Windows / Automation / BasePattern.cs / 1 / 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
- BinaryConverter.cs
- ObjectListItemCollection.cs
- Material.cs
- ParameterModifier.cs
- XmlSortKeyAccumulator.cs
- ColumnWidthChangingEvent.cs
- RadialGradientBrush.cs
- IPipelineRuntime.cs
- DbProviderManifest.cs
- GACMembershipCondition.cs
- TextOutput.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- CmsInterop.cs
- SignatureGenerator.cs
- DoubleStorage.cs
- WindowsGraphics.cs
- WpfXamlLoader.cs
- ContentDisposition.cs
- DeviceSpecificChoiceCollection.cs
- ChtmlMobileTextWriter.cs
- ContentHostHelper.cs
- MsmqSecureHashAlgorithm.cs
- EditCommandColumn.cs
- BooleanConverter.cs
- RemotingSurrogateSelector.cs
- WriterOutput.cs
- SplitterEvent.cs
- ListChangedEventArgs.cs
- SqlBooleanMismatchVisitor.cs
- LiteralText.cs
- HttpCacheParams.cs
- TextBlock.cs
- IISMapPath.cs
- DetailsViewUpdatedEventArgs.cs
- DataGridViewToolTip.cs
- NetworkAddressChange.cs
- Int16.cs
- TextParaLineResult.cs
- FacetValues.cs
- Merger.cs
- TextElementAutomationPeer.cs
- CombinedGeometry.cs
- FolderBrowserDialog.cs
- QualifiedCellIdBoolean.cs
- _ProxyChain.cs
- XslTransform.cs
- Bitmap.cs
- ClientTargetCollection.cs
- WpfSharedBamlSchemaContext.cs
- Win32Exception.cs
- MetadataArtifactLoaderCompositeResource.cs
- DodSequenceMerge.cs
- GlyphRunDrawing.cs
- SoapFormatExtensions.cs
- ModuleConfigurationInfo.cs
- TreeNodeStyleCollection.cs
- PenThreadPool.cs
- SqlProcedureAttribute.cs
- WebPartHeaderCloseVerb.cs
- DateTimeFormatInfo.cs
- WebBrowserPermission.cs
- ExpandSegment.cs
- SamlAssertion.cs
- TreeNodeStyle.cs
- ContextMenuStrip.cs
- Expander.cs
- CFStream.cs
- TabItemWrapperAutomationPeer.cs
- AssemblyCollection.cs
- InputReport.cs
- ListView.cs
- DBSchemaRow.cs
- ShadowGlyph.cs
- OperationFormatter.cs
- Comparer.cs
- MSAAEventDispatcher.cs
- KeyedCollection.cs
- ToolStripManager.cs
- XhtmlBasicPageAdapter.cs
- ToolStripDropDownClosingEventArgs.cs
- TableRowGroupCollection.cs
- FlowLayoutPanelDesigner.cs
- ExcCanonicalXml.cs
- JapaneseCalendar.cs
- XmlLanguageConverter.cs
- ToolStripHighContrastRenderer.cs
- SqlIdentifier.cs
- GridViewRow.cs
- indexingfiltermarshaler.cs
- XmlBindingWorker.cs
- UnsafeCollabNativeMethods.cs
- LoginViewDesigner.cs
- BooleanToVisibilityConverter.cs
- TypeNameHelper.cs
- PageThemeParser.cs
- PartitionedStreamMerger.cs
- XmlResolver.cs
- WithStatement.cs
- _TLSstream.cs
- BamlRecordReader.cs