Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Automation / Peers / InkPresenterAutomationPeer.cs / 1305600 / InkPresenterAutomationPeer.cs
using System;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Windows;
using System.Windows.Automation.Provider;
using System.Windows.Controls;
using System.Windows.Interop;
using System.Windows.Media;
using MS.Internal;
using MS.Win32;
namespace System.Windows.Automation.Peers
{
///
public class InkPresenterAutomationPeer : FrameworkElementAutomationPeer
{
///
public InkPresenterAutomationPeer(InkPresenter owner)
: base(owner)
{}
///
protected override string GetClassNameCore()
{
return "InkPresenter";
}
///
protected override AutomationControlType GetAutomationControlTypeCore()
{
return AutomationControlType.Custom;
}
}
}
// 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
- ActivityWithResult.cs
- MemberHolder.cs
- CanExecuteRoutedEventArgs.cs
- SessionPageStateSection.cs
- ContentFilePart.cs
- DataTableReaderListener.cs
- Win32.cs
- HttpListenerRequestTraceRecord.cs
- Tablet.cs
- DrawingAttributeSerializer.cs
- AtomPub10ServiceDocumentFormatter.cs
- HMAC.cs
- StylusPointPropertyInfo.cs
- HashCodeCombiner.cs
- OracleTransaction.cs
- ClrProviderManifest.cs
- TypeNameConverter.cs
- ContentType.cs
- ThaiBuddhistCalendar.cs
- CreateSequence.cs
- MetadataFile.cs
- SmtpClient.cs
- Variant.cs
- metadatamappinghashervisitor.cs
- EventTrigger.cs
- entityreference_tresulttype.cs
- WebPartVerb.cs
- BoolExpr.cs
- ParameterCollectionEditorForm.cs
- ArgumentElement.cs
- TextParagraph.cs
- AudioFileOut.cs
- StandardCommands.cs
- ImpersonationContext.cs
- GeneralTransform3DCollection.cs
- StateWorkerRequest.cs
- TextElementEditingBehaviorAttribute.cs
- basecomparevalidator.cs
- CanonicalFormWriter.cs
- ArgumentException.cs
- TypedRowGenerator.cs
- StylusButton.cs
- Missing.cs
- prefixendpointaddressmessagefilter.cs
- MethodImplAttribute.cs
- ConfigurationStrings.cs
- EntityDesignerDataSourceView.cs
- SqlProviderServices.cs
- ContourSegment.cs
- ButtonStandardAdapter.cs
- SoapElementAttribute.cs
- WizardPanel.cs
- CultureInfoConverter.cs
- CookieHandler.cs
- ManipulationStartedEventArgs.cs
- Figure.cs
- Choices.cs
- TextElement.cs
- ToolStripHighContrastRenderer.cs
- WorkflowDurableInstance.cs
- Trace.cs
- XmlNamespaceManager.cs
- XmlCountingReader.cs
- ClientTarget.cs
- StringSorter.cs
- TcpClientSocketManager.cs
- RuntimeVariablesExpression.cs
- streamingZipPartStream.cs
- Expander.cs
- ProgressChangedEventArgs.cs
- ManifestSignatureInformation.cs
- OracleConnectionFactory.cs
- ComboBoxItem.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- ValidatorAttribute.cs
- HtmlInputButton.cs
- Vector3DAnimationBase.cs
- SQLRoleProvider.cs
- XmlEncodedRawTextWriter.cs
- WindowShowOrOpenTracker.cs
- RIPEMD160.cs
- DataControlImageButton.cs
- TypeTypeConverter.cs
- Parameter.cs
- ScrollProviderWrapper.cs
- ToolStripSeparator.cs
- OperationResponse.cs
- Group.cs
- Rect3D.cs
- SR.cs
- Configuration.cs
- TagPrefixAttribute.cs
- AutomationTextAttribute.cs
- ComPlusContractBehavior.cs
- StreamResourceInfo.cs
- CollectionChangedEventManager.cs
- IDispatchConstantAttribute.cs
- ProcessHostFactoryHelper.cs
- CanonicalFormWriter.cs
- PropertyEntry.cs