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
- DataGridViewCellConverter.cs
- GridViewAutomationPeer.cs
- PartialCachingAttribute.cs
- WindowsTooltip.cs
- SQLSingle.cs
- BatchWriter.cs
- DataGridCell.cs
- ClaimTypes.cs
- MemberDescriptor.cs
- ProfileBuildProvider.cs
- DoubleCollection.cs
- DoubleConverter.cs
- StructuredTypeInfo.cs
- MailMessageEventArgs.cs
- DataGridViewColumnCollection.cs
- DbConnectionPoolCounters.cs
- Constants.cs
- CodeLabeledStatement.cs
- BasicHttpBindingElement.cs
- KeyboardInputProviderAcquireFocusEventArgs.cs
- DefaultAssemblyResolver.cs
- StructuralCache.cs
- DataKeyPropertyAttribute.cs
- CodeDomExtensionMethods.cs
- WmlCommandAdapter.cs
- WeakHashtable.cs
- ZipIOLocalFileDataDescriptor.cs
- ViewKeyConstraint.cs
- _SSPIWrapper.cs
- XmlFormatWriterGenerator.cs
- FillErrorEventArgs.cs
- DebugInfoGenerator.cs
- DnsEndPoint.cs
- SchemeSettingElement.cs
- ConfigurationManagerInternal.cs
- TextServicesCompartmentEventSink.cs
- HttpModulesSection.cs
- BigInt.cs
- ProxyWebPartManager.cs
- EntityClassGenerator.cs
- ErrorHandlingReceiver.cs
- ProfileParameter.cs
- SafeRightsManagementQueryHandle.cs
- ColorInterpolationModeValidation.cs
- CellNormalizer.cs
- VisemeEventArgs.cs
- GeneralTransform3D.cs
- cryptoapiTransform.cs
- OneOfConst.cs
- TriggerCollection.cs
- AddInActivator.cs
- ModelTypeConverter.cs
- NoneExcludedImageIndexConverter.cs
- WriteStateInfoBase.cs
- TransformProviderWrapper.cs
- XamlTreeBuilder.cs
- UdpRetransmissionSettings.cs
- RuleSettings.cs
- ObjectItemAssemblyLoader.cs
- PriorityRange.cs
- WebPartActionVerb.cs
- SpeakProgressEventArgs.cs
- HtmlImage.cs
- GB18030Encoding.cs
- BitmapSourceSafeMILHandle.cs
- CustomError.cs
- EntityDataSourceContainerNameItem.cs
- CodeGotoStatement.cs
- FileUtil.cs
- DataObjectPastingEventArgs.cs
- AppearanceEditorPart.cs
- ResourceExpressionBuilder.cs
- DesigntimeLicenseContext.cs
- EdgeProfileValidation.cs
- HttpModuleActionCollection.cs
- SiteOfOriginPart.cs
- QueryPageSettingsEventArgs.cs
- XmlCustomFormatter.cs
- HandlerBase.cs
- XmlSchemaValidator.cs
- AsymmetricKeyExchangeFormatter.cs
- SqlClientMetaDataCollectionNames.cs
- ComboBoxHelper.cs
- ADConnectionHelper.cs
- TokenBasedSet.cs
- CheckBoxField.cs
- ComponentChangedEvent.cs
- WebPartHeaderCloseVerb.cs
- IteratorAsyncResult.cs
- Stroke.cs
- SimpleHandlerBuildProvider.cs
- PartitionResolver.cs
- FileDialogCustomPlacesCollection.cs
- HTMLTagNameToTypeMapper.cs
- TextSelectionProcessor.cs
- SHA512Managed.cs
- StsCommunicationException.cs
- CommandPlan.cs
- WebPartManager.cs
- ToolStripDropDown.cs