Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Framework / System / Windows / Automation / Peers / InkPresenterAutomationPeer.cs / 1 / 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
- SystemPens.cs
- EmptyEnumerator.cs
- Fonts.cs
- InstallerTypeAttribute.cs
- XmlSerializationWriter.cs
- AccessViolationException.cs
- InputMethodStateChangeEventArgs.cs
- FocusTracker.cs
- WindowsGraphicsCacheManager.cs
- WaitHandleCannotBeOpenedException.cs
- ObjectSecurityT.cs
- CommentAction.cs
- SmtpReplyReader.cs
- ExpandSegmentCollection.cs
- HtmlInputControl.cs
- KeyedCollection.cs
- PageFunction.cs
- GridViewColumnHeader.cs
- SchemaNames.cs
- CodeGeneratorOptions.cs
- backend.cs
- ItemDragEvent.cs
- SendSecurityHeader.cs
- DirectoryNotFoundException.cs
- FormViewDesigner.cs
- IndentedTextWriter.cs
- ListSourceHelper.cs
- TreeViewItem.cs
- MessageUtil.cs
- SecurityCredentialsManager.cs
- GetLedgerRequest.cs
- PersonalizationProviderCollection.cs
- HashCodeCombiner.cs
- TreeViewDesigner.cs
- TagNameToTypeMapper.cs
- CompModSwitches.cs
- KeyboardInputProviderAcquireFocusEventArgs.cs
- TargetPerspective.cs
- Int32EqualityComparer.cs
- UrlPath.cs
- ViewStateException.cs
- WhitespaceRule.cs
- WebPartEditorApplyVerb.cs
- TextEndOfSegment.cs
- SqlBooleanizer.cs
- Context.cs
- HyperlinkAutomationPeer.cs
- XmlSchemaChoice.cs
- RegularExpressionValidator.cs
- VectorAnimationBase.cs
- FileDetails.cs
- FormViewRow.cs
- SocketPermission.cs
- MethodRental.cs
- Queue.cs
- DiscriminatorMap.cs
- ExpressionEditorAttribute.cs
- HttpHandlerAction.cs
- SessionPageStateSection.cs
- EncryptedData.cs
- SettingsContext.cs
- XPathItem.cs
- IteratorFilter.cs
- DictionaryEntry.cs
- AsyncResult.cs
- InkPresenter.cs
- SortAction.cs
- ErrorProvider.cs
- DefaultBindingPropertyAttribute.cs
- DataGridViewSelectedRowCollection.cs
- FixUp.cs
- TemplatedMailWebEventProvider.cs
- Pair.cs
- TextRunTypographyProperties.cs
- StorageConditionPropertyMapping.cs
- AvTraceFormat.cs
- ProgressBar.cs
- LocalizationComments.cs
- safelink.cs
- XmlSchemaAnnotation.cs
- AsyncPostBackTrigger.cs
- BevelBitmapEffect.cs
- FrameworkContextData.cs
- DateTimeFormatInfo.cs
- FormatSettings.cs
- TimeSpanValidatorAttribute.cs
- TargetInvocationException.cs
- QueryAsyncResult.cs
- InvokeGenerator.cs
- MessageSmuggler.cs
- ListDictionary.cs
- ClientSideQueueItem.cs
- TextBoxDesigner.cs
- VBIdentifierTrimConverter.cs
- TrackingProfileDeserializationException.cs
- BufferedMessageWriter.cs
- SmtpFailedRecipientException.cs
- ProgressBarAutomationPeer.cs
- IERequestCache.cs
- EncryptedPackageFilter.cs