Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Automation / Peers / InkCanvasAutomationPeer.cs / 1305600 / InkCanvasAutomationPeer.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 InkCanvasAutomationPeer : FrameworkElementAutomationPeer { /// public InkCanvasAutomationPeer(InkCanvas owner) : base(owner) {} /// protected override string GetClassNameCore() { return "InkCanvas"; } /// 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
- TraceSwitch.cs
- Stroke2.cs
- XmlQualifiedNameTest.cs
- QuadraticBezierSegment.cs
- DesignerCapabilities.cs
- TraceContextEventArgs.cs
- SmiRecordBuffer.cs
- CollectionViewGroupInternal.cs
- InfoCardSymmetricAlgorithm.cs
- ResourceWriter.cs
- EntityModelBuildProvider.cs
- RotateTransform.cs
- ColorDialog.cs
- EntityCommandExecutionException.cs
- DateTimeParse.cs
- ListViewItemSelectionChangedEvent.cs
- DataGridViewControlCollection.cs
- wgx_exports.cs
- PageScaling.cs
- Simplifier.cs
- DuplicateDetector.cs
- DataBindingHandlerAttribute.cs
- ProtocolsConfiguration.cs
- ClickablePoint.cs
- XPathSelfQuery.cs
- ApplicationServiceHelper.cs
- LogicalExpr.cs
- ContextBase.cs
- webeventbuffer.cs
- XamlTreeBuilderBamlRecordWriter.cs
- WebPartCancelEventArgs.cs
- TTSEvent.cs
- ProfileEventArgs.cs
- TextModifierScope.cs
- LinqDataSourceDisposeEventArgs.cs
- WorkflowControlEndpoint.cs
- GridViewHeaderRowPresenter.cs
- Version.cs
- HttpContextServiceHost.cs
- InkCanvasAutomationPeer.cs
- ContentDesigner.cs
- ReflectionServiceProvider.cs
- LogEntrySerializer.cs
- XLinq.cs
- ProfilePropertySettingsCollection.cs
- ParamArrayAttribute.cs
- MessageQueue.cs
- TypeBuilder.cs
- DropSource.cs
- XmlWriterTraceListener.cs
- VerticalAlignConverter.cs
- SQLInt16Storage.cs
- BuildProvidersCompiler.cs
- ResourceManagerWrapper.cs
- StateItem.cs
- SubqueryRules.cs
- SecurityKeyType.cs
- xamlnodes.cs
- ContainerAction.cs
- ButtonFlatAdapter.cs
- XmlSerializationWriter.cs
- DispatcherOperation.cs
- RestHandler.cs
- ListInitExpression.cs
- JsonEnumDataContract.cs
- EndOfStreamException.cs
- GZipDecoder.cs
- SqlFactory.cs
- GeometryGroup.cs
- EntryPointNotFoundException.cs
- HttpRuntimeSection.cs
- SkewTransform.cs
- ExpressionVisitorHelpers.cs
- ConfigurationElementCollection.cs
- DbExpressionVisitor.cs
- MethodAccessException.cs
- ProtocolImporter.cs
- DocumentViewerConstants.cs
- TreeViewEvent.cs
- AutomationEventArgs.cs
- XPathExpr.cs
- RuleRefElement.cs
- SendKeys.cs
- CommandConverter.cs
- ColorKeyFrameCollection.cs
- ReadOnlyCollectionBase.cs
- SchemaRegistration.cs
- SiteMapNodeItemEventArgs.cs
- ContentTextAutomationPeer.cs
- DataSetSchema.cs
- ByteAnimationUsingKeyFrames.cs
- ObjectSpanRewriter.cs
- Knowncolors.cs
- XmlIncludeAttribute.cs
- CollectionEditor.cs
- ListViewTableCell.cs
- DbConnectionPoolGroupProviderInfo.cs
- DataTableReader.cs
- DropShadowEffect.cs
- UnhandledExceptionEventArgs.cs