Code:
/ 4.0 / 4.0 / 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.
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
- GridItemPatternIdentifiers.cs
- MembershipSection.cs
- ACL.cs
- Select.cs
- TemplateControlBuildProvider.cs
- ZipIOLocalFileBlock.cs
- SymLanguageType.cs
- SplineQuaternionKeyFrame.cs
- PropertyCondition.cs
- RadioButtonAutomationPeer.cs
- LinkTarget.cs
- Type.cs
- Table.cs
- SamlAuthorizationDecisionStatement.cs
- EventHandlerList.cs
- RootProjectionNode.cs
- WebProxyScriptElement.cs
- XslAstAnalyzer.cs
- SmtpMail.cs
- PathTooLongException.cs
- HtmlControl.cs
- DatagridviewDisplayedBandsData.cs
- EntityContainer.cs
- DataContractSet.cs
- ActivitySurrogateSelector.cs
- XmlSchemaNotation.cs
- RightsDocument.cs
- MenuDesigner.cs
- OutArgumentConverter.cs
- TypeUtil.cs
- ColumnClickEvent.cs
- metadatamappinghashervisitor.cs
- SvcMapFile.cs
- DataGridCellInfo.cs
- IsolatedStorageFileStream.cs
- RoleGroup.cs
- KnownBoxes.cs
- EntityProviderServices.cs
- ExternalCalls.cs
- DatasetMethodGenerator.cs
- InkPresenterAutomationPeer.cs
- EmptyEnumerable.cs
- IntPtr.cs
- OpenFileDialog.cs
- HierarchicalDataSourceIDConverter.cs
- IdentityReference.cs
- ThreadStartException.cs
- cookiecollection.cs
- IProvider.cs
- StrongNameIdentityPermission.cs
- Knowncolors.cs
- DataGridRow.cs
- SrgsSubset.cs
- EntityContainerRelationshipSetEnd.cs
- HtmlTableRow.cs
- ImmutablePropertyDescriptorGridEntry.cs
- DataConnectionHelper.cs
- WebResourceAttribute.cs
- TreeViewTemplateSelector.cs
- StatusBarItemAutomationPeer.cs
- ExpressionBuilder.cs
- EventLogPermissionAttribute.cs
- MulticastIPAddressInformationCollection.cs
- ListViewItemCollectionEditor.cs
- ManualResetEvent.cs
- ParsedAttributeCollection.cs
- MetadataHelper.cs
- NativeMethods.cs
- GuidTagList.cs
- HandlerFactoryCache.cs
- Assembly.cs
- XmlSerializationReader.cs
- SimpleApplicationHost.cs
- ZipArchive.cs
- BooleanStorage.cs
- CompositeClientFormatter.cs
- TableRowGroup.cs
- _PooledStream.cs
- XmlSerializerSection.cs
- RootProfilePropertySettingsCollection.cs
- DynamicPropertyReader.cs
- DiscardableAttribute.cs
- XmlTextReaderImplHelpers.cs
- TextCollapsingProperties.cs
- GenericTypeParameterBuilder.cs
- CodeAttributeDeclaration.cs
- StorageSetMapping.cs
- DataSourceHelper.cs
- TimeIntervalCollection.cs
- NullableFloatSumAggregationOperator.cs
- QueryUtil.cs
- CollectionViewProxy.cs
- GestureRecognizer.cs
- XmlCDATASection.cs
- DbParameterHelper.cs
- IsolatedStorageFilePermission.cs
- DelimitedListTraceListener.cs
- PropertyIDSet.cs
- EventHandlerService.cs
- ExpanderAutomationPeer.cs