Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Framework / System / Windows / Automation / Peers / ToolTipAutomationPeer.cs / 1 / ToolTipAutomationPeer.cs
using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Interop;
using System.Windows.Media;
using System.ComponentModel;
namespace System.Windows.Automation.Peers
{
///
public class ToolTipAutomationPeer : FrameworkElementAutomationPeer
{
///
public ToolTipAutomationPeer(ToolTip owner) : base(owner)
{ }
///
override protected string GetClassNameCore()
{
return "ToolTip";
}
///
protected override AutomationControlType GetAutomationControlTypeCore()
{
return AutomationControlType.ToolTip;
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Interop;
using System.Windows.Media;
using System.ComponentModel;
namespace System.Windows.Automation.Peers
{
///
public class ToolTipAutomationPeer : FrameworkElementAutomationPeer
{
///
public ToolTipAutomationPeer(ToolTip owner) : base(owner)
{ }
///
override protected string GetClassNameCore()
{
return "ToolTip";
}
///
protected override AutomationControlType GetAutomationControlTypeCore()
{
return AutomationControlType.ToolTip;
}
}
}
// 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
- BoundPropertyEntry.cs
- ArrayConverter.cs
- FrameSecurityDescriptor.cs
- _ProxyChain.cs
- UpdateManifestForBrowserApplication.cs
- DiagnosticsConfiguration.cs
- CodeSnippetTypeMember.cs
- EdmScalarPropertyAttribute.cs
- AlphaSortedEnumConverter.cs
- TextProviderWrapper.cs
- TableLayoutPanel.cs
- DefaultPropertyAttribute.cs
- Rect3DValueSerializer.cs
- X509Certificate2.cs
- RemotingServices.cs
- ApplicationCommands.cs
- GridViewItemAutomationPeer.cs
- WebPartConnectionCollection.cs
- UnknownBitmapDecoder.cs
- IODescriptionAttribute.cs
- UpdateManifestForBrowserApplication.cs
- EntitySet.cs
- Point4D.cs
- IndexedString.cs
- NoResizeSelectionBorderGlyph.cs
- OleDbParameter.cs
- DetailsViewPageEventArgs.cs
- FrameworkElement.cs
- ExpanderAutomationPeer.cs
- SafeNativeMethods.cs
- EntityProviderFactory.cs
- Walker.cs
- ChtmlCommandAdapter.cs
- PreProcessInputEventArgs.cs
- TypeDependencyAttribute.cs
- ConvertersCollection.cs
- UserInitiatedNavigationPermission.cs
- FlowLayoutSettings.cs
- SelectedGridItemChangedEvent.cs
- DataSourceListEditor.cs
- ParserOptions.cs
- LinqDataSourceStatusEventArgs.cs
- ModelProperty.cs
- HashStream.cs
- FragmentQueryKB.cs
- SignedPkcs7.cs
- RadioButton.cs
- Speller.cs
- XmlSchemaValidator.cs
- EntityCommand.cs
- TaskHelper.cs
- BmpBitmapDecoder.cs
- PerformanceCounterPermissionEntryCollection.cs
- StringUtil.cs
- _AutoWebProxyScriptWrapper.cs
- DetailsViewRowCollection.cs
- OdbcParameter.cs
- ErrorWebPart.cs
- StructuredTypeEmitter.cs
- XmlTextReaderImpl.cs
- ConfigXmlElement.cs
- ModuleBuilder.cs
- IndexedGlyphRun.cs
- HashUtility.cs
- SafeNativeMethods.cs
- Trace.cs
- BinaryMessageFormatter.cs
- SelectorItemAutomationPeer.cs
- nulltextnavigator.cs
- CompilerCollection.cs
- ExpressionBuilderContext.cs
- ConditionCollection.cs
- ShimAsPublicXamlType.cs
- DataChangedEventManager.cs
- SelectingProviderEventArgs.cs
- SessionEndingEventArgs.cs
- VisualBrush.cs
- UnknownBitmapEncoder.cs
- TextReader.cs
- KeyValuePair.cs
- precedingquery.cs
- EtwTrace.cs
- NavigationProperty.cs
- HttpApplication.cs
- Span.cs
- SymLanguageType.cs
- FlatButtonAppearance.cs
- RectAnimation.cs
- TransformPattern.cs
- SystemUnicastIPAddressInformation.cs
- DynamicValueConverter.cs
- PointCollection.cs
- ListBoxAutomationPeer.cs
- FixedTextView.cs
- ShapingEngine.cs
- RandomDelaySendsAsyncResult.cs
- XmlQueryCardinality.cs
- UnlockInstanceCommand.cs
- LogReserveAndAppendState.cs
- RsaKeyGen.cs