Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MutexSecurity.cs
- SortedList.cs
- WorkflowLayouts.cs
- MenuEventArgs.cs
- XmlSchemaAttribute.cs
- ResolveRequestResponseAsyncResult.cs
- NativeMethods.cs
- ErrorCodes.cs
- DebugView.cs
- XmlSerializer.cs
- DockAndAnchorLayout.cs
- ContextProperty.cs
- ManifestResourceInfo.cs
- Message.cs
- GroupQuery.cs
- ListArgumentProvider.cs
- PeerNameResolver.cs
- ArrayExtension.cs
- UnsafeNativeMethods.cs
- WmfPlaceableFileHeader.cs
- TemplatedAdorner.cs
- PingOptions.cs
- TextTreeUndo.cs
- RadioButtonList.cs
- TypeBinaryExpression.cs
- RowCache.cs
- LambdaValue.cs
- ParameterExpression.cs
- FontFamily.cs
- TextEffect.cs
- Error.cs
- Frame.cs
- WebPartDeleteVerb.cs
- UrlMappingCollection.cs
- Camera.cs
- ImpersonateTokenRef.cs
- DataBindEngine.cs
- TextDecoration.cs
- LazyTextWriterCreator.cs
- List.cs
- LambdaCompiler.Address.cs
- DiscoveryDocument.cs
- Decorator.cs
- LayoutEditorPart.cs
- TailCallAnalyzer.cs
- RawStylusInputReport.cs
- MediaTimeline.cs
- ObjectParameterCollection.cs
- SHA512Cng.cs
- WorkflowMessageEventArgs.cs
- MiniConstructorInfo.cs
- SqlClientWrapperSmiStream.cs
- ServiceCredentialsSecurityTokenManager.cs
- XmlSchemaAny.cs
- CellConstantDomain.cs
- ByteAnimationUsingKeyFrames.cs
- SwitchLevelAttribute.cs
- SqlConnectionStringBuilder.cs
- AnnotationComponentChooser.cs
- GenericsInstances.cs
- RemoteCryptoSignHashRequest.cs
- MailAddress.cs
- ExtentCqlBlock.cs
- VisualTreeUtils.cs
- EntityKey.cs
- ColorComboBox.cs
- CalendarDateRange.cs
- DescriptionAttribute.cs
- TypeSystem.cs
- OutputCacheProfileCollection.cs
- RectangleGeometry.cs
- Span.cs
- TypeUnloadedException.cs
- TableLayoutPanelDesigner.cs
- UseAttributeSetsAction.cs
- MimePart.cs
- XmlObjectSerializerWriteContextComplex.cs
- SecurityKeyIdentifier.cs
- DodSequenceMerge.cs
- BitmapSizeOptions.cs
- bindurihelper.cs
- CacheEntry.cs
- IconBitmapDecoder.cs
- ProxyWebPart.cs
- ContainsRowNumberChecker.cs
- ValueTypeFixupInfo.cs
- InheritanceContextChangedEventManager.cs
- TextEncodedRawTextWriter.cs
- PersistNameAttribute.cs
- SQLByteStorage.cs
- GlyphRunDrawing.cs
- ZoneIdentityPermission.cs
- RemoteWebConfigurationHostServer.cs
- Environment.cs
- FunctionDescription.cs
- StylusPointProperties.cs
- MessagePropertyAttribute.cs
- FillRuleValidation.cs
- WebPartVerbCollection.cs
- DecimalAnimationBase.cs